←Select platform

Create Method

Summary

Creates a table that speeds color conversion when using a palette that you create.

Syntax

C#
VB
WinRT C#
C++
public void Create( 
   RasterColor[] palette 
) 
Public Sub Create( _ 
   ByVal palette() As Leadtools.RasterColor _ 
)  
public void Create(  
   Leadtools.RasterColor[] palette 
) 
 function Leadtools.ImageProcessing.RasterUserMatchTable.Create(  
   palette  
) 
public: 
void Create(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly