Color::ToColor32

Color::ToColor32
inline UInt32 ToColor32() const;
Description

ToColor32 returns the current color converted into a Color32 object. The color is returned directly, as both color formats are 32-bit and do not require conversion.

Return Value

An UInt32 value containing the converted color.