Click or drag to resize

AdjustChannelCommandChannel1 Property

Gets or sets the amount to adjust the first channel.

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 double Channel1 { get; set; }

Property Value

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