Class BlncResource

BlncResource class

BlncResource class is a resource of Color Adjustment Layer.

public class BlncResource : AdjustmentLayerResource

Constructors

NameDescription
BlncResource()Initializes a new instance of the BlncResource class.

Properties

NameDescription
HighlightsCyanRedBalance { get; set; }Gets or sets the Highlights Cyan Red Balance.
HighlightsMagentaGreenBalance { get; set; }Gets or sets the Highlights Magenta Green Balance.
HighlightsYellowBlueBalance { get; set; }Gets or sets the Highlights Yellow Blue Balance.
override Key { get; }Gets the layer resource key.
override Length { get; }Gets the layer resource length in bytes.
MidtonesCyanRedBalance { get; set; }Gets or sets the Midtones Cyan Red Balance.
MidtonesMagentaGreenBalance { get; set; }Gets or sets the Midtones Magenta Green Balance.
MidtonesYellowBlueBalance { get; set; }Gets or sets the Midtones Yellow Blue Balance.
PreserveLuminosity { get; set; }Gets or sets a value indicating whether this BlncResource preserves luminosity.
override PsdVersion { get; }Gets the PSD version.
ShadowsCyanRedBalance { get; set; }Gets or sets the Shadows Cyan Red Balance.
ShadowsMagentaGreenBalance { get; set; }Gets or sets the Shadows Magenta Green Balance.
ShadowsYellowBlueBalance { get; set; }Gets or sets the Shadows Yellow Blue Balance.
override Signature { get; }Gets the signature.

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