public final class ColorTransferFunctionsResource extends ResourceBlock
Color transfer resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
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, validateValues
public 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 ResourceBlock
public int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion
in class ResourceBlock
public byte[] getColorTransferData()
Gets or sets the color transfer data.
Value: The color transfer data.public void setColorTransferData(byte[] value)
Gets or sets the color transfer data.
Value: The color transfer data.