Click or drag to resize

OilPaintCommandMaxDensity Property

Gets or sets the internal quantization level.

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

Property Value

Type: Int32
The internal quantization level. (0 to 255)
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 255.
See Also