public final class ColorTransferFunctionsResource extends ResourceBlock
Color transfer resource
ResourceBlock.ResourceBlockStateResouceBlockMeSaSignature, ResouceBlockSignature| Constructor and Description |
|---|
ColorTransferFunctionsResource()
Initializes a new instance of the
ColorTransferFunctionsResource class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getColorTransferData()
Gets or sets the color transfer data.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setColorTransferData(byte[] value)
Gets or sets the color transfer data.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValuespublic ColorTransferFunctionsResource()
Initializes a new instance of the ColorTransferFunctionsResource class.
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize in class ResourceBlockpublic int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion in class ResourceBlockpublic final byte[] getColorTransferData()
Gets or sets the color transfer data.
Value: The color transfer data.public final void setColorTransferData(byte[] value)
Gets or sets the color transfer data.
Value: The color transfer data.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.