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

NameDescription
PhflResourceVersion3()Initializes a new instance of the PhflResourceVersion3 class.
PhflResourceVersion3(byte[])Initializes a new instance of the PhflResourceVersion3 class.

Properties

NameDescription
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.
override 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].
override PsdVersion { get; }Gets the psd version.
override Signature { get; }Gets the signature.
override Version { get; }Gets the version. Default is 2 or 3

Methods

NameDescription
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