ApplyPaletteCommandPalette Property |
Gets or sets the value of palette
Gets or sets the Palette to map the image to.
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 Palette Palette { get; set; }
Public Property Palette As Palette
Get
Set
Property Value
Type:
PaletteThe palette to apply.
Property Value
Type:
Palette The Palette to map the image to.
Remarks The palette must be set before invoking ApplyToImage.
See Also