Represents color value in RGB color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class RgbColor : Color
To get access to red, green, and blue component use R, G, and B properties accordingly. Alpha channel is available through A property. Also there is an extended version of this class named Rgb16Color (that represents 16-bit (extended) color value ).
There are a number static properties which return predefined colors, such as Red, Maroon, Pink, SeaGreen, etc.