←Select platform

Create Method

Summary
Creates a table that speeds color conversion when using a palette that you create.
Syntax
C#
VB
C++
public void Create( 
   RasterColor[] palette 
) 
Public Sub Create( _ 
   ByVal palette() As RasterColor _ 
)  
public: 
void Create(  
   array<RasterColor>^ palette 
)  

Parameters

palette
An array of RasterColor that is your palette.

Remarks

The table is referenced by ColorResolutionCommand.

For more information, refer to RasterUserMatchTable.

Example

For an example, refer to RasterUserMatchTable.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.