←Select platform

GetPalette Method

Summary

Gets the images's palette.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterColor[] GetPalette() 
Public Function GetPalette() As Leadtools.RasterColor() 
public [Leadtools.RasterColor[]](../l/rastercolor.md) GetPalette() 
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *palette 
public RasterColor[] getPalette() 
void setPalette(RasterColor palette[]) 
             
 function Leadtools.Codecs.CodecsImageInfo.GetPalette() 
public: 
Leadtools.array<RasterColor>^ GetPalette();  

Remarks

The palette is only used when loading RAW files.

Example

For an example, refer to CodecsImageInfo.

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