XmpColorantLab
Leave feedback
On this page
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.
| 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. |
| 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. |
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| a | byte | A component. |
| b | byte | B component. |
| l | double | L component. |
public static final double MinL
Component L min value.
public static final double MaxL
Component L max value.
public final Byte getA()
Gets the A component.
Returns: java.lang.Byte - The A component.
public final void setA(Byte value)
Sets the A component.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Byte | The A component. |
public final Byte getB()
Gets the B component.
Returns: java.lang.Byte - The B component.
public final void setB(Byte value)
Sets the B component.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Byte | The B component. |
public final Double getL()
Gets the L component.
Returns: java.lang.Double - The L component.
public final void setL(Double value)
Sets the L component.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Double | The L component. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.