Click or drag to resize

ReduceColorsCommand Constructor (Int32)

Creates a new instance of ReduceColorsCommand specifying colors.

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 ReduceColorsCommand(
	int colors
)

Parameters

colors
Type: SystemInt32
The number of colors you want the resulting image to contain. (2 to 256)
Exceptions
ExceptionCondition
Thrown if the colors value is less than 2 or greater than 256.
See Also