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