The UInt32Utils type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BitwiseToInt |
Converts a color stored as uint to a color of type int.
| |
| BitwiseToUInt |
Converts a color stored as int to a color of type uint.
| |
| fromARGB |
Set up uint color.
| |
| getA |
Retrieves the alpha channel from a uint color.
| |
| getARGB |
Retrieve color channels from uint color.
| |
| getB |
Retrieves the blue channel from a uint color.
| |
| getG |
Retrieves the green channel from a uint color.
| |
| getR |
Retrieves the red channel from a uint color.
| |
| setA |
Sets the alpha channel in a uint color.
| |
| setB |
Sets the blue channel in a uint color.
| |
| setG |
Sets the green channel in a uint color.
| |
| setR |
Sets the red channel in a uint color.
|