Click or drag to resize

TintGrayscaleCommand Constructor (Color)

Creates a new instance of TintGrayscaleCommand specifying the tint color.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TintGrayscaleCommand(
	Color colorToTint
)

Parameters

colorToTint
Type: System.DrawingColor
The color to tint the output.
Exceptions
ExceptionCondition
Thrown if colorToTint equals Color.IsEmpty.
See Also