Overload | Description |
---|---|
FromArgb(Int32) | Converts the color from an ARGB integer. |
FromArgb(Int32,Int32,Int32) | Creates a ColorF structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly fully opaque. |
FromArgb(Int32,Int32,Int32,Int32) | Creates a ColorF structure from the four ARGB component (alpha, red, green, and blue) values. |