Color.FromArgb Method (Byte, Byte, Byte, Byte) |
Docentric Toolkit Help
Send Feedback |
Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
Parameters
- alpha
-
Type:
Byte
The alpha component. Valid values are 0 through 255.
- red
-
Type:
Byte
The red component value for the new Color. Valid values are 0 through 255.
- green
-
Type:
Byte
The green component value for the new Color. Valid values are 0 through 255.
- blue
-
Type:
Byte
The blue component value for the new Color. Valid values are 0 through 255.