AtalaImagePalette Property |
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; }
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