Color::GetColorRGB

Color::GetColorRGB
inline Color GetColorRGB() const;
Description

GetColorRGB returns a new color formed from the RGB channels of the current color: (this.rgb, 0). The alpha channel is set to zero.

Return Value

A new Color, formed from the current colors RGB channels: (this.rgb, 0).

See Also