Click or drag to resize

ApplyPaletteCommand Constructor (Palette, DitheringMode)

Initializes a new instance of ApplyPaletteCommand specifying the Palette and dithering mode.

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
)

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.
See Also