Class ColorantLab

ColorantLab class

Represents LAB Colorant.

public sealed class ColorantLab : ColorantBase

Constructors

NameDescription
ColorantLab()Initializes a new instance of the ColorantLab class.
ColorantLab(int, int, float)Initializes a new instance of the ColorantLab class.

Properties

NameDescription
A { get; set; }Gets or sets the A component.
B { get; set; }Gets or sets the B component.
ColorType { get; set; }Gets or sets the type of the color.
L { get; set; }Gets or sets the L component.
Mode { get; }Gets ColorMode.
NamespaceUri { get; }Gets the default namespace URI.
Prefix { get; }Gets the prefix.
SwatchName { get; set; }Gets or sets the name of the swatch.

Methods

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

Fields

NameDescription
const MaxAThe maximum A component value
const MaxBThe maximum A component value
const MaxLThe maximum A component value
const MinAThe minimum A component value
const MinBThe minimum B component value
const MinLThe minimum L component value

See Also