XmpColorantLab
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpComplexType, com.groupdocs.metadata.core.XmpColorantBase
public final class XmpColorantLab extends XmpColorantBase
Represents the LAB Colorant.
Constructors
Constructor | 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. |
Fields
Field | Description |
---|---|
MinL | Component L min value. |
MaxL | Component L max value. |
Methods
Method | Description |
---|---|
getA() | Gets the A component. |
setA(Byte value) | Sets the A component. |
getB() | Gets the B component. |
setB(Byte value) | Sets the B component. |
getL() | Gets the L component. |
setL(Double value) | Sets the L component. |
XmpColorantLab()
public XmpColorantLab()
Initializes a new instance of the XmpColorantLab class.
XmpColorantLab(byte a, byte b, double l)
public XmpColorantLab(byte a, byte b, double l)
Initializes a new instance of the XmpColorantLab class.
Parameters:
Parameter | Type | Description |
---|---|---|
a | byte | A component. |
b | byte | B component. |
l | double | L component. |
MinL
public static final double MinL
Component L min value.
MaxL
public static final double MaxL
Component L max value.
getA()
public final Byte getA()
Gets the A component.
Returns: java.lang.Byte - The A component.
setA(Byte value)
public final void setA(Byte value)
Sets the A component.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Byte | The A component. |
getB()
public final Byte getB()
Gets the B component.
Returns: java.lang.Byte - The B component.
setB(Byte value)
public final void setB(Byte value)
Sets the B component.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Byte | The B component. |
getL()
public final Double getL()
Gets the L component.
Returns: java.lang.Double - The L component.
setL(Double value)
public final void setL(Double value)
Sets the L component.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Double | The L component. |