FromRgba
Argb32Color.FromRgba method
Creates one Argb32Color
value from specified Red, Green, Blue, and Alpha channels
public static Argb32Color FromRgba(byte red, byte green, byte blue, byte alpha)
Parameter | Type | Description |
---|---|---|
red | Byte | Red channel value |
green | Byte | Green channel value |
blue | Byte | Blue channel value |
alpha | Byte | Alpha channel value |
Return Value
New Argb32Color
value
See Also
- struct Argb32Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer