public final class TransparencyIndexResource extends ResourceBlock
The transparency index resource block.
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
TransparencyIndexResource()
Initializes a new instance of the
TransparencyIndexResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required psd version.
|
short |
getTransparencyIndex()
Gets or sets the transparency color index.
|
void |
setTransparencyIndex(short value)
Gets or sets the transparency color index.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public TransparencyIndexResource()
Initializes a new instance of the TransparencyIndexResource
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 short getTransparencyIndex()
Gets or sets the transparency color index.
public void setTransparencyIndex(short value)
Gets or sets the transparency color index.
value
- The transparency color index.