FromArgb
Argb32Color.FromArgb method
Creates a Argb32Color
instance from its 32-bit component (alpha, red, green, and blue) values, compatible with value, produced by the System.Drawing.Color.ToArgb()
method
public static Argb32Color FromArgb(int argb)
Parameter | Type | Description |
---|---|---|
argb | Int32 | A value specifying the 32-bit ARGB value |
Return Value
New Argb32Color
value
See Also
- struct Argb32Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer