Click or drag to resize

AtalaImagePalette Property

Returns the palette object of this AtalaImage.

Namespace:  Atalasoft.Imaging
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; }

Property Value

Type: Palette
The palette of this image.
Remarks
If the image does not contain a palette, this property will return null (Nothing in VB).
See Also