Initializes a new instance of the RgbColor class with the specified channel values.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public RgbColor( byte r, byte g, byte b, byte a )
Type: System.Byte
A red channel value.Type: System.Byte
A green channel value.Type: System.Byte
A blue channel value.Type: System.Byte
An alpha channel value.