Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

GetPalette Method (CodecsStartDecompressOptions)








Gets the palette used for uncompressed data that is 8 bits per pixel or less.
Syntax
public RasterColor[] GetPalette()
'Declaration
 
Public Function GetPalette() As RasterColor()
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim value() As RasterColor
 
value = instance.GetPalette()
public RasterColor[] GetPalette()
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *palette
public RasterColor[] getPalette()
 function Leadtools.Codecs.CodecsStartDecompressOptions.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

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

Error processing SSI file