AtalaImagePalette Property |
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic Palette Palette { get; set; }Public Property Palette As 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