JCL Help:SetRGBValue

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a TColor initialized with the supplied values.


Pascal

 function SetRGBValue(const Red: Byte; const Green: Byte; const Blue: Byte): TColor;


Parameters

Parameters Description
const Red: Byte Intensity for the Red component of the returned TColor value.
const Green: Byte Intensity for the Green component of the returned TColor value.
const Blue: Byte Intensity for the Blue component of the returned TColor value.


Return Value

The TColor value initialized with the supplied values.


Description

SetRGBValue returns a TColor value with the individual color components initialized to the supplied intensities. The Flag component (high order byte) is initialized to 0.


See Also

GetRGBValue


About

Unit

JclGraphUtils


Donator

Pelle F. S. Liljendal


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page