ColorPicker::GetColor
Defined in:
Returns the color that is currently displayed.
C4ColorPicker.hPrototype
const ColorRGBA& GetColor(void) const;
Description
The GetColor function returns the color that is currently displayed in a color picker box. The components of this color are linear and do not have sRGB gamma applied to them.
