Click or drag to resize

ScribbleCommandDarkness Property

Gets or sets the darkness of the lines used for scribbling.

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

Property Value

Type: Int32
An integer from 0 to 100.
Exceptions
ExceptionCondition
Thrown if the value is less than 0 or greater than 100.
See Also