LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

SetPalette Method (CodecsStartDecompressOptions)






An array of Leadtools.RasterColor structures that represents the palette used for uncompressed data that is 8 bits per pixel or less
Sets the palette used for uncompressed data that is 8 bits per pixel or less. .NET support WinRT support Silverlight support
Syntax
public void SetPalette( 
   RasterColor[] palette
)
'Declaration
 
Public Sub SetPalette( _
   ByVal palette() As RasterColor _
) 
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim palette() As RasterColor
 
instance.SetPalette(palette)
public void SetPalette( 
   RasterColor[] palette
)
 function Leadtools.Codecs.CodecsStartDecompressOptions.SetPalette( 
   palette 
)
public:
void SetPalette( 
   array<RasterColor>^ palette
) 

Parameters

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

The toolkit will use the first 2 >> BitsPerPixel entries from the palette.

The UsePalette property must be set to true in order for the decompress operation to use the palette.

Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.