Class ExpaResource
ExpaResource class
Class ExpaResource. Resource of Exposure Adjustment Layer
public class ExpaResource : AdjustmentLayerResource
Constructors
Name | Description |
---|
ExpaResource() | Initializes a new instance of the ExpaResource class. |
ExpaResource(byte[]) | Initializes a new instance of the ExpaResource class. |
ExpaResource(float, float, float) | Initializes a new instance of the ExpaResource class. |
Properties
Name | Description |
---|
Exposure { get; set; } | Gets or sets the exposure. |
GammaCorrection { get; set; } | Gets or sets the gamma. |
override Key { get; } | Gets the layer resource key. |
override Length { get; } | Gets the layer resource length in bytes. |
Offset { get; set; } | Gets or sets the offset. |
override PsdVersion { get; } | Gets the psd version. |
override Signature { get; } | Gets the signature. |
Version { get; } | Gets the version. Default is 1 |
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