LclrResource Class
Contents
[
Hide
]Summary: Class LclrResource.
This resource contains information about color of layer in layers’ list is PS. It’s only
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.LclrResource
Inheritance: LayerResource
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
LclrResource() | Initializes a new instance of the LclrResource class. |
LclrResource(color) | Initializes a new instance of the LclrResource class. |
LclrResource(data) | Initializes a new instance of the LclrResource class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
PSB_RESOURCE_SIGNATURE [static] | int | r | The PSB-specific resource signature. |
RESOURCE_SIGNATURE [static] | int | r | The common resource signature. |
TYPE_TOOL_KEY [static] | int | r | The type tool info key. |
color | SheetColorHighlightEnum | r/w | Gets or sets the color of layer. |
key | int | r | Gets the layer resource key. |
length | int | r | Gets the layer resource length in bytes. |
psd_version | int | r | Gets the psd version. |
signature | int | r | Gets the signature. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the resource to the specified stream container. |
Constructor: LclrResource()
LclrResource()
Initializes a new instance of the LclrResource class.
Constructor: LclrResource(color)
LclrResource(color)
Initializes a new instance of the LclrResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
color | SheetColorHighlightEnum | The color. |
Constructor: LclrResource(data)
LclrResource(data)
Initializes a new instance of the LclrResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The resource data. |
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves the resource to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |
psd_version | int | The PSD version. |