[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppVclGetGValue
A TColor's red, green and blue values can be obtained using GetRValue, GetGValue and GetBValue respectively.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppVclGetGValue
(C++ VCL) GetGValue
Function to obtain the green value of a TColor.A TColor's red, green and blue values can be obtained using GetRValue, GetGValue and GetBValue respectively.
const TColor myColor = clWhite; const int redness = GetRValue(myColor); const int green = GetGValue(myColor); const int redness = GetBValue(myColor);
'GetGValue' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
