ClblResource Class

Summary: Class ClblResource.
This resource contains information about blending of clipped element.

Module: aspose.psd.fileformats.psd.layers.layerresources

Full Name: aspose.psd.fileformats.psd.layers.layerresources.ClblResource

Inheritance: BooleanResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
ClblResource()Initializes a new instance of the ClblResource class.
ClblResource(blend_clipped_elements)Initializes a new instance of the ClblResource class.
ClblResource(data)Initializes a new instance of the ClblResource class.
With custom or unknown value

Properties

NameTypeAccessDescription
PSB_RESOURCE_SIGNATURE [static]intrThe PSB-specific resource signature.
RESOURCE_SIGNATURE [static]intrThe common resource signature.
TYPE_TOOL_KEY [static]intrThe type tool info key.
blend_clipped_elementsboolr/wGets or sets a value indicating whether [blend clipped elements].
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
psd_versionintrGets the psd version.
signatureintrGets the signature.

Methods

NameDescription
save(stream_container, psd_version)Saves the specified stream container.

Constructor: ClblResource()

 ClblResource() 

Initializes a new instance of the ClblResource class.

Constructor: ClblResource(blend_clipped_elements)

 ClblResource(blend_clipped_elements) 

Initializes a new instance of the ClblResource class.

Parameters:

ParameterTypeDescription
blend_clipped_elementsboolif set to true [blend clipped elements].

Constructor: ClblResource(data)

 ClblResource(data) 

Initializes a new instance of the ClblResource class.
With custom or unknown value

Parameters:

ParameterTypeDescription
databyteThe resource data.

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.
psd_versionintThe PSD version.