Class PhflResourceVersion3
PhflResourceVersion3 class
Class PhflResource. Resource of Exposure Adjustment Layer 2 Version ( = 3 ) or ( = 2 ) 12 4 bytes each for XYZ color(Only in Version 3) 10 2 bytes color space followed by 4 * 2 bytes color component(Only in Version 2) 4 Density 1 Preserve Luminosity
public class PhflResourceVersion3 : PhflResource
Constructors
Properties
| Name | Description |
|---|
| ColorSpace { get; } | Gets the color space. |
| ColorX { get; set; } | Gets or sets the X color. |
| ColorY { get; set; } | Gets or sets the Y color. |
| ColorZ { get; set; } | Gets or sets the Z color. |
| Density { get; set; } | Gets or sets the density. |
| Key { get; } | Gets the layer resource key. |
| override Length { get; } | Gets the layer resource length in bytes. |
| PreserveLuminosity { get; set; } | Gets or sets a value indicating whether [preserve luminosity]. |
| PsdVersion { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
| virtual Signature { get; } | Gets the signature. |
| override Version { get; } | Gets the version. Default is 2 or 3 |
Methods
| Name | Description |
|---|
| override GetRgbColor() | Gets the color. |
| override Save(StreamContainer, int) | Saves the resource to the specified stream container. |
| override SetRgbColor(Color) | Sets the RGB color. |
| override ToString() | Returns a String that represents this instance. |
See Also