←Select platform

SetPalette Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SetPalette( 
   RasterColor[] palette 
) 
Public Sub SetPalette( _ 
   ByVal palette() As Leadtools.RasterColor _ 
)  
public void SetPalette(  
   Leadtools.RasterColor[] palette 
) 
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *palette 
public void setPalette(RasterColor palette[]) 
 function Leadtools.Codecs.CodecsStartDecompressOptions.SetPalette(  
   palette  
) 
public: 
void SetPalette(  
   Leadtools.array<RasterColor>^ palette 
)  

Parameters

palette
An array of 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly