Color::FromColor32

Color::FromColor32
static inline Color FromColor32(const UInt32 c);
Description

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
Parameters 
Description 
const UInt32 c 
A 32-bit color value that is stored into the new 32-bit color. 
Return Value

A new Color object initialized from the passed 32-bit color, alpha is set zero.