Class CgEdResource
Contents
[
Hide
]CgEdResource class
Class CgEdResource. Content Generator Extra Data (Photoshop CS5)
public class CgEdResource : AdjustmentLayerResource
Constructors
Name | Description |
---|---|
CgEdResource() | The default constructor. |
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. |
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
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
- class LayerResource
- class AdjustmentLayerResource
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD