Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsImageInfo Class : GetPalette Method |
public RasterColor[] GetPalette()
'Declaration
Public Function GetPalette() As RasterColor()
'Usage
Dim instance As CodecsImageInfo Dim value() As RasterColor value = instance.GetPalette()
public RasterColor[] GetPalette()
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *palette
public RasterColor[] getPalette() void setPalette(RasterColor palette[])
function Leadtools.Codecs.CodecsImageInfo.GetPalette()
public: array<RasterColor>^ GetPalette();