CgEdResource
CgEdResource class
Class CgEdResource. Content Generator Extra Data (Photoshop CS5)
public class CgEdResource : AdjustmentLayerResource
Constructors
Properties
Name |
Description |
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. |
override 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. |
override PsdVersion { get; } |
Gets the psd version. |
override 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
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