Class CgEdResource

CgEdResource class

Class CgEdResource. Content Generator Extra Data (Photoshop CS5)

public class CgEdResource : AdjustmentLayerResource

Constructors

NameDescription
CgEdResource()The default constructor.

Properties

NameDescription
Auto { get; set; }Gets or sets a value indicating whether this CgEdResource is automatic.
Brightness { get; set; }Gets or sets the brightness.
Contrast { get; set; }Gets or sets the contrast.
Key { get; }Gets the layer resource key.
LabColor { get; set; }Gets or sets a value indicating whether [lab color] is used.
override Length { get; }Gets the layer resource length in bytes.
MeanValueForBrightnessAndContrast { get; set; }Gets or sets the mean value for brightness and contrast.
PsdVersion { get; }Gets the minimal psd version required for layer resource. 0 indicates no restrictions.
virtual Signature { get; }Gets the signature.
UseLegacy { get; set; }Gets or sets a value indicating whether [use legacy].
Version { get; set; }Gets or sets the version.

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