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