Click or drag to resize

SetAlphaColorCommandNonMatchAlpha Property

Gets or sets the alpha value to use when a match of the color is not found.

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 int NonMatchAlpha { get; set; }

Property Value

Type: Int32
The alpha value to use when a match of the color is not found.
Exceptions
ExceptionCondition
Thrown if value is amp;lt; 0.
Remarks
Valid values are from 0 to 255.
See Also