FromColor32 is a static function that creates a new color from the passed 32-bit RGB, 8 bits per channel - no alpha, color. The new color is set directly to the passed color, no conversion necessary
Parameters |
Description |
const UInt32 c |
A 32-bit color value that is stored into the new 32-bit color. |
A new Color object initialized from the passed 32-bit color, alpha is set zero.