Hue2Resource
Hue2Resource class
Class Hue2Resource. Resource of Exposure Adjustment Layer
public class Hue2Resource : AdjustmentLayerResource
Constructors
Properties
Name |
Description |
Colorize { get; set; } |
Gets or sets a value indicating whether this Hue2Resource is colorize. |
Hue { get; set; } |
Gets or sets the master hue. |
override Key { get; } |
Gets the layer resource key. |
override Length { get; } |
Gets the layer resource length in bytes. |
Lightness { get; set; } |
Gets or sets the master lightness. |
override PsdVersion { get; } |
Gets the psd version. |
Ranges { get; } |
Gets the ranges of Hue/Saturation Adjustment Layer. Ranges in PS can change names if range is changed, so we should work by index |
Saturation { get; set; } |
Gets or sets the master saturation. |
override Signature { get; } |
Gets the signature. |
Version { get; } |
Gets the version. Default is 2 |
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