JCL Help:SetColorRed

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Sets the Red component of a TColor.


Pascal

 function SetColorRed(const Color: TColor; const Red: Byte): TColor;


Parameters

Parameters Description
const Color: TColor The color whose Red component to set.
const Red: Byte New intensity for the Red component.


Return Value

Copy of the supplied color after the Red component has been modified.


Description

SetColorRed sets intensity of the Red component of a TColor.


See Also

SetRGBValue SetColorGreen SetColorBlue SetColorFlag


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