←Select platform

SetPalette Method (ColorResolutionCommand)

Summary

Sets the custom palette to use when converting the image.

Syntax

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

Parameters

value
The palette to use.

Remarks

Use the GetPalette method to get the palette to use.

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

Example

For an example, refer to ColorResolutionCommand

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize