Click or drag to resize

ApplyPaletteCommand Constructor (Palette)

Initializes a new instance of ApplyPaletteCommand specifying the Palette.

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
)

Parameters

palette
Type: Atalasoft.ImagingPalette

The Palette to map the image to.

See Also