EmfPlusColorLookupTableEffect
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusImageEffectsObjectType
public final class EmfPlusColorLookupTableEffect extends EmfPlusImageEffectsObjectType
The ColorLookupTableEffect object specifies adjustments to the colors in an image.
Constructors
| Constructor | Description |
|---|---|
| EmfPlusColorLookupTableEffect() |
Methods
| Method | Description |
|---|---|
| getBlueLookupTable() | Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel. |
| setBlueLookupTable(byte[] value) | Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel. |
| getGreenLookupTable() | Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel. |
| setGreenLookupTable(byte[] value) | Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel. |
| getRedLookupTable() | Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel. |
| setRedLookupTable(byte[] value) | Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel. |
| getAlphaLookupTable() | Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel. |
| setAlphaLookupTable(byte[] value) | Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel. |
EmfPlusColorLookupTableEffect()
public EmfPlusColorLookupTableEffect()
getBlueLookupTable()
public byte[] getBlueLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
Returns: byte[]
setBlueLookupTable(byte[] value)
public void setBlueLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
getGreenLookupTable()
public byte[] getGreenLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
Returns: byte[]
setGreenLookupTable(byte[] value)
public void setGreenLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
getRedLookupTable()
public byte[] getRedLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.
Returns: byte[]
setRedLookupTable(byte[] value)
public void setRedLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
getAlphaLookupTable()
public byte[] getAlphaLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.
Returns: byte[]
setAlphaLookupTable(byte[] value)
public void setAlphaLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |