Click or drag to resize

AdjustChannelCommandAdjustByPercentage Property

Gets or sets the value which determines if the channel values are considered a percentage rather than a literal value.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AdjustByPercentage { get; set; }

Property Value

Type: Boolean
The value which determines if the channel values are considered a percentage rather than a literal value.
Remarks

When this is set to true the value contained within each of the Channel properties is considered to be based on a percentage. When it is false it is considered to be a literal byte value change.

Defaults to false.

See Also