ColorExtension Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSInfrastructure.Extensions
public static class ColorExtension
The ColorExtension type exposes the following members.
Name | Description | |
---|---|---|
ToColor |
Converts the provided ARGB uint color into an actual Color | |
ToColorUint |
Converts a HTML color string (eg. #00FF00) into an ARGB uint
| |
ToUint |
Converts the provided c color into a UInt32 that represents the ARGB value of the color.
|