Click or drag to resize

AdjustChannelCommandChannel4 Property

Gets or sets the amount to adjust the fourth channel.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public double Channel4 { get; set; }

Property Value

Type: Double
Amount to adjust the fourth channel.
Remarks
Valid values are -100 to 100 when AdjustByPercentage is true and -255 to 255 when it is false.
See Also