Click or drag to resize

ColorizeCommandBaseColor Property

Gets or sets the base color used for processing.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Color BaseColor { get; set; }

Property Value

Type: Color
The base color used for processing.
Remarks
The hue, saturation and luminance of this color is used to process the image.
See Also