C#
VB
Java
Objective-C
WinRT C#
C++
Gets the palette for uncompressed data that is 8 bits per pixel or less.
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()
function Leadtools.Codecs.CodecsLoadInformationEventArgs.GetPalette()
public:
Leadtools.array<RasterColor>^ GetPalette();
An array of RasterColor object that represents the palette for uncompressed data that is 8 bits per pixel or less.
The first 1 >> BitsPerPixel entries in this palette is used.
For an example, refer to RasterCodecs.LoadInformation.
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