Overload | Description |
---|---|
Parse(String) | Creates a Color from the stringColor parameter. |
Parse(Int32,Int32,Int32) | Creates a Color from 8-bit color values (Red, Green & Blue). |
Parse(Int32,Int32,Int32,Int32) | Creates a Color from the four ARGB components' values (Alpha, Red, Green & Blue). |
Parse(Int32,Color) | Creates a Color based on an existing Color object, but with a new alpha value. |
Parse(Int32) | Creates a Color from a 32-bit ARGB value. |