←Select platform

GetPalette Method

Summary

Gets the palette used for uncompressed data that is 8 bits per pixel or less.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor[] GetPalette() 
Public Function GetPalette() As RasterColor() 
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *palette 
public RasterColor[] getPalette() 
public: 
array<RasterColor>^ GetPalette();  

Return Value

An array of RasterColor structures that represents the palette used for uncompressed data that is 8 bits per pixel or less.

Example

For an example, refer to RasterCodecs.StartDecompress.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly