Set the red, green and blue components of a CzColour object, using an MS Windows COLORREF struct.
bool CzColour::SetRGB(COLORREF ColRef);
Name | Type | Comment |
---|---|---|
ColRef | COLORREF | The COLORREF struct containing the colour to which the CzColour object shall be set. |
False if an error occurred, and true otherwise.
None.