public final class EmfPlusColorLookupTableEffect extends EmfPlusImageEffectsObjectType
The ColorLookupTableEffect object specifies adjustments to the colors in an image.
Constructor and Description |
---|
EmfPlusColorLookupTableEffect() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAlphaLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.
|
byte[] |
getBlueLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
|
byte[] |
getGreenLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
|
byte[] |
getRedLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.
|
void |
setAlphaLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.
|
void |
setBlueLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
|
void |
setGreenLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
|
void |
setRedLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.
|
public byte[] getBlueLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
public void setBlueLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
public byte[] getGreenLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
public void setGreenLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
public byte[] getRedLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.
public void setRedLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.
public byte[] getAlphaLookupTable()
Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.
public void setAlphaLookupTable(byte[] value)
Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.