Overload List
Name | Description | |
---|---|---|
FromArgb(Color) |
Creates an XColor structure from the specified System.Drawing.Color.
| |
FromArgb(Int32) |
Creates an XColor structure from a 32-bit ARGB value.
| |
FromArgb(UInt32) |
Creates an XColor structure from a 32-bit ARGB value.
| |
FromArgb(Int32, XColor) |
Creates an XColor structure from the specified alpha value and color.
| |
FromArgb(Int32, Color) |
Creates an XColor structure from the specified alpha value and color.
| |
FromArgb(Int32, Int32, Int32) |
Creates an XColor structure from the specified 8-bit color values (red, green, and blue).
The alpha value is implicitly 255 (fully opaque).
| |
FromArgb(Int32, Int32, Int32, Int32) |
Creates an XColor structure from the four ARGB component (alpha, red, green, and blue) values.
|
See Also