The UInt32Utils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBitwiseToInt
Converts a color stored as uint to a color of type int.
Public methodStatic memberBitwiseToUInt
Converts a color stored as int to a color of type uint.
Public methodStatic memberfromARGB
Set up uint color.
Public methodStatic membergetA
Retrieves the alpha channel from a uint color.
Public methodStatic membergetARGB
Retrieve color channels from uint color.
Public methodStatic membergetB
Retrieves the blue channel from a uint color.
Public methodStatic membergetG
Retrieves the green channel from a uint color.
Public methodStatic membergetR
Retrieves the red channel from a uint color.
Public methodStatic membersetA
Sets the alpha channel in a uint color.
Public methodStatic membersetB
Sets the blue channel in a uint color.
Public methodStatic membersetG
Sets the green channel in a uint color.
Public methodStatic membersetR
Sets the red channel in a uint color.

See Also