public final class XmpColorantLab extends XmpColorantBase
Represents the LAB Colorant.
Modifier and Type | Field and Description |
---|---|
static double |
MaxL
Component L max value.
|
static double |
MinL
Component L min value.
|
Constructor and Description |
---|
XmpColorantLab()
Initializes a new instance of the
XmpColorantLab class. |
XmpColorantLab(byte a,
byte b,
double l)
Initializes a new instance of the
XmpColorantLab class. |
Modifier and Type | Method and Description |
---|---|
Byte |
getA()
Gets the A component.
|
Byte |
getB()
Gets the B component.
|
Double |
getL()
Gets the L component.
|
void |
setA(Byte value)
Sets the A component.
|
void |
setB(Byte value)
Sets the B component.
|
void |
setL(Double value)
Sets the L component.
|
getColorType, getMode, getSwatchName, setColorType, setSwatchName
getNamespaceUri, getNamespaceUris, getPrefixes, getXmpRepresentation, toString
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final double MinL
Component L min value.
public static final double MaxL
Component L max value.
public XmpColorantLab()
Initializes a new instance of the XmpColorantLab
class.
public XmpColorantLab(byte a, byte b, double l)
Initializes a new instance of the XmpColorantLab
class.
a
- A component.b
- B component.l
- L component.public final Byte getA()
Gets the A component.
public final void setA(Byte value)
Sets the A component.
value
- The A component.public final Byte getB()
Gets the B component.
public final void setB(Byte value)
Sets the B component.
value
- The B component.public final Double getL()
Gets the L component.
public final void setL(Double value)
Sets the L component.
value
- The L component.