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

Show in webframe

GetPalette Method (CodecsLoadInformationEventArgs)








Gets the palette 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 CodecsLoadInformationEventArgs
Dim value() As RasterColor
 
value = instance.GetPalette()
public RasterColor[] GetPalette()
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *palette
public RasterColor[] getPalette()
 function Leadtools.Codecs.CodecsLoadInformationEventArgs.GetPalette()
public:
array<RasterColor>^ GetPalette(); 

Return Value

An array of RasterColor object that represents the palette for uncompressed data that is 8 bits per pixel or less.
Remarks
The first 1 >> BitsPerPixel entries in this palette is used.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

Error processing SSI file