Class ColorantRgb

ColorantRgb class

Represents RGB Colorant.

public sealed class ColorantRgb : ColorantBase

Constructors

NameDescription
ColorantRgb()Initializes a new instance of the ColorantRgb class.
ColorantRgb(byte, byte, byte)Initializes a new instance of the ColorantRgb class.

Properties

NameDescription
Blue { get; set; }Gets or sets the blue component value.
ColorType { get; set; }Gets or sets the type of the color.
Green { get; set; }Gets or sets the green component value.
Mode { get; }Gets ColorMode.
NamespaceUri { get; }Gets the default namespace URI.
Prefix { get; }Gets the prefix.
Red { get; set; }Gets or sets the red component value.
SwatchName { get; set; }Gets or sets the name of the swatch.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also