Class BlncResource
Contents
[
Hide
]BlncResource class
BlncResource class is a resource of Color Adjustment Layer.
public class BlncResource : AdjustmentLayerResource
Constructors
| Name | Description |
|---|---|
| BlncResource() | Initializes a new instance of the BlncResource class. |
Properties
| Name | Description |
|---|---|
| HighlightsCyanRedBalance { get; set; } | Gets or sets the Highlights Cyan Red Balance. |
| HighlightsMagentaGreenBalance { get; set; } | Gets or sets the Highlights Magenta Green Balance. |
| HighlightsYellowBlueBalance { get; set; } | Gets or sets the Highlights Yellow Blue Balance. |
| Key { get; } | Gets the layer resource key. |
| override Length { get; } | Gets the layer resource length in bytes. |
| MidtonesCyanRedBalance { get; set; } | Gets or sets the Midtones Cyan Red Balance. |
| MidtonesMagentaGreenBalance { get; set; } | Gets or sets the Midtones Magenta Green Balance. |
| MidtonesYellowBlueBalance { get; set; } | Gets or sets the Midtones Yellow Blue Balance. |
| PreserveLuminosity { get; set; } | Gets or sets a value indicating whether this BlncResource preserves luminosity. |
| PsdVersion { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
| ShadowsCyanRedBalance { get; set; } | Gets or sets the Shadows Cyan Red Balance. |
| ShadowsMagentaGreenBalance { get; set; } | Gets or sets the Shadows Magenta Green Balance. |
| ShadowsYellowBlueBalance { get; set; } | Gets or sets the Shadows Yellow Blue Balance. |
| virtual Signature { get; } | Gets the signature. |
Methods
| Name | Description |
|---|---|
| override Save(StreamContainer, int) | Saves the resource to the specified stream container. |
| override ToString() | Returns a String that represents this instance. |
Fields
| Name | Description |
|---|---|
| const TypeToolKey | The type tool info key. |
See Also
- class AdjustmentLayerResource
- class LayerResource
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD