RgbColor Class

Represents color value in RGB color space.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class RgbColor : Color

Remarks

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.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Color
L Aurigma.GraphicsMill.RgbColor

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference