TransparencyIndexResource class
TransparencyIndexResource class
The transparency index resource block.
Inheritance: TransparencyIndexResource →
ResourceBlock
The TransparencyIndexResource type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the TransparencyIndexResource class. |
Properties
| Property | Description |
|---|---|
| signature | Gets the resource signature. Should be always ‘8BIM’. |
| id | Gets or sets the unique identifier for the resource. |
| name | Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0). |
| data_size | Gets the resource data size in bytes. |
| size | Gets the resource block size in bytes including its data. |
| minimal_version | Gets the minimal required psd version. |
| RESOUCE_BLOCK_SIGNATURE | The resource signature. |
| transparency_index | Gets or sets the transparency color index. |
Methods
| Method | Description |
|---|---|
| save | Saves the resource block to the specified stream. |
| validate_values | Validates the resource values. |
See Also
- module
aspose.cad.fileformats.psd.resources - class
ResourceBlock - class
TransparencyIndexResource