C#
VB
Java
Objective-C
WinRT C#
C++
Gets the images's palette.
public RasterColor[] GetPalette()
Public Function GetPalette() As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](../l/rastercolor.md) GetPalette()
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *palette
public RasterColor[] getPalette()
void setPalette(RasterColor palette[])
function Leadtools.Codecs.CodecsImageInfo.GetPalette()
public:
Leadtools.array<RasterColor>^ GetPalette();
The palette is only used when loading RAW files.
For an example, refer to CodecsImageInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET