ColorantLab
ColorantLab class
Represents LAB Colorant.
public sealed class ColorantLab : ColorantBase
Constructors
Properties
Name |
Description |
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
Fields
Name |
Description |
const MaxA |
The maximum A component value |
const MaxB |
The maximum A component value |
const MaxL |
The maximum A component value |
const MinA |
The minimum A component value |
const MinB |
The minimum B component value |
const MinL |
The minimum L component value |
See Also