Class ExpaResource

ExpaResource class

Class ExpaResource. Resource of Exposure Adjustment Layer

public class ExpaResource : AdjustmentLayerResource

Constructors

NameDescription
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

NameDescription
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

NameDescription
override Save(StreamContainer, int)Saves the resource to the specified stream container.
override ToString()Returns a String that represents this instance.

Fields

NameDescription
const TypeToolKeyThe type tool info key.

See Also