Click or drag to resize

AdjustTintCommand Constructor (Int32)

Creates a new instance of AdjustTintCommand specifying the tint value.

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 AdjustTintCommand(
	int tint
)

Parameters

tint
Type: SystemInt32
A value from -180 to +180. Positive values enhance green, negative values enhance red.
See Also