Click or drag to resize

ResampleMaskedCommandMaskIndex Property

Gets or sets the index of the color of the mask.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
Thrown if the value is less than zero or greater than 255.
Remarks
MaskIndex must be a value between 0 and 255.
See Also