GetGValue
The GetGValue macro is used to return the green value in the specified color.
BYTE GetGValue(COLORREF rgb);
Parameters
rgb
The specified color.
Return Value
Returns the green value in the specified color, which ranges from 0 to 255.
Remarks
GetGValue macro is defined in the Windows SDK.
Examples
None