inline Color GetColorRGB() const;
GetColorRGB returns a new color formed from the RGB channels of the current color: (this.rgb, 0). The alpha channel is set to zero.
A new Color, formed from the current colors RGB channels: (this.rgb, 0).
GetColorAlpha GetColorGray