Click or drag to resize

ApplyPaletteCommand Constructor (Palette, DitheringMode, Int32)

Initializes a new instance of ApplyPaletteCommand specifying the palette, dithering mode, and dither error.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ApplyPaletteCommand(
	Palette palette,
	DitheringMode ditherMode,
	int ditherErrorMax
)

Parameters

palette
Type: Atalasoft.ImagingPalette

The palette to map the image to.

ditherMode
Type: Atalasoft.Imaging.ImageProcessingDitheringMode
The dithering mode to use when mapping the image to a palette.
ditherErrorMax
Type: SystemInt32
The amount of dithering. (0 - 127)
See Also