LEADTOOLS Image File Support (Leadtools.Codecs assembly)

GetPalette Method (CodecsLoadInformationEventArgs)

Show in webframe







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()
-(NSArray*)getPalette;
public RasterColor[] getPalette()
 function Leadtools.Codecs.CodecsLoadInformationEventArgs.GetPalette()
public:
array<RasterColor>^ GetPalette(); 

Return Value

An array of Leadtools.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.