LEADTOOLS (Leadtools assembly)

Create Method (RasterUserMatchTable)

Show in webframe







An array of Leadtools.RasterColor that is your palette.
Creates a table that speeds color conversion when using a palette that you create.
Syntax
public void Create( 
   RasterColor[] palette
)
'Declaration
 
Public Sub Create( _
   ByVal palette() As RasterColor _
) 
'Usage
 
Dim instance As RasterUserMatchTable
Dim palette() As RasterColor
 
instance.Create(palette)
public void Create( 
   RasterColor[] palette
)

            

            
 function Leadtools.ImageProcessing.RasterUserMatchTable.Create( 
   palette 
)
public:
void Create( 
   array<RasterColor>^ palette
) 

Parameters

palette
An array of Leadtools.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

See Also

Reference

RasterUserMatchTable Class
RasterUserMatchTable Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.