BlncResource Class

Summary: BlncResource class is a resource of Color Adjustment Layer.

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

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

Inheritance: AdjustmentLayerResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
BlncResource()Initializes a new instance of the BlncResource class.

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.
highlights_cyan_red_balanceshortr/wGets or sets the Highlights Cyan Red Balance.
highlights_magenta_green_balanceshortr/wGets or sets the Highlights Magenta Green Balance.
highlights_yellow_blue_balanceshortr/wGets or sets the Highlights Yellow Blue Balance.
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
midtones_cyan_red_balanceshortr/wGets or sets the Midtones Cyan Red Balance.
midtones_magenta_green_balanceshortr/wGets or sets the Midtones Magenta Green Balance.
midtones_yellow_blue_balanceshortr/wGets or sets the Midtones Yellow Blue Balance.
preserve_luminosityboolr/wGets or sets a value indicating whether this BlncResource preserves luminosity.
psd_versionintrGets the PSD version.
shadows_cyan_red_balanceshortr/wGets or sets the Shadows Cyan Red Balance.
shadows_magenta_green_balanceshortr/wGets or sets the Shadows Magenta Green Balance.
shadows_yellow_blue_balanceshortr/wGets or sets the Shadows Yellow Blue Balance.
signatureintrGets the signature.

Methods

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

Constructor: BlncResource()

 BlncResource() 

Initializes a new instance of the BlncResource class.

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the resource to the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to save to.
psd_versionintThe PSD version.