[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppVclGetRValue
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]
CppVclGetRValue
(C++ VCL) GetRValue
Function to obtain the red 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);
'GetRValue' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
