JCL Help:GetColorGreen

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Extracts the Green component from a TColor.


Pascal

 function GetColorGreen(const Color: TColor): Byte;


Parameters

Parameters Description
const Color: TColor The Color value from which to extract the Green component.


Return Value

The Green component from the supplied TColor. The value ranges from 0 to 255.


Description

GetColorGreen extracts the Green component from a TColor value.


See Also

GetRGBValue GetColorRed GetColorBlue GetColorFlag


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