←Select platform

GetPalette Method

Summary

Gets the custom palette to use when converting the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterColor[] GetPalette() 
Public Function GetPalette() As Leadtools.RasterColor() 
public [Leadtools.RasterColor[]](rastercolor.md) GetPalette() 
@property (nonatomic, copy, nullable) NSArray<LTRasterColor *> *palette 
public RasterColor[] getPalette() 
 function Leadtools.ImageProcessing.ColorResolutionCommand.GetPalette() 
public: 
Leadtools.array<RasterColor>^ GetPalette();  

Return Value

The custom palette to use when converting the image.

Remarks

Use the SetPalette method to set the palette to use.

The custom palette to use. Specify this parameter as follows:

Example

For an example, refer to ColorResolutionCommand

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 Assembly