Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (RasterUserMatchTable)








An array of 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 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

Error processing SSI file