Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Create Method
See Also 
Leadtools.ImageProcessing Namespace > RasterUserMatchTable Class : Create Method



palette
An array of RasterColor that is your palette.
Creates a table that speeds color conversion when using a palette that you create.

Syntax

Visual Basic (Declaration) 
Public Sub Create( _
   ByVal palette() As RasterColor _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterUserMatchTable
Dim palette() As RasterColor
 
instance.Create(palette)
C# 
public void Create( 
   RasterColor[] palette
)
C++/CLI 
public:
void Create( 
   array<RasterColor>^ palette
) 

Parameters

palette
An array of RasterColor that is your palette.

Example

For an example, refer to RasterUserMatchTable.

Remarks

The table is referenced by ColorResolutionCommand.

For more information, refer to RasterUserMatchTable.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also