ARGB Method (GdPictureImaging)
In This Topic
Returns a Color object, that represents a required color according to your specified parameters.
Overload List
Overload | Description |
ARGB(Byte,Byte,Byte,Byte) | Returns a Color object, that represents a color composed from a specified set of alpha, red, green and blue color components. |
ARGB(Byte,Byte,Byte) | Returns a Color object, that represents a color composed from a specified set of red, green and blue color components. |
ARGB(Int32) | Returns a Color object representing the required color, that is specified by a 32-bit ARGB value. |
See Also