ColorExtensions.ToUInt(Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the color to a UInt representation.
public static uint ToUInt (this System.Drawing.Color color);
Parameters
- color
- System.Drawing.Color
The color to use as a base.
Returns
System.UInt32
The UInt representation.