LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (RasterUserMatchTable)






An array of Leadtools.RasterColor that is your palette.
Creates a table that speeds color conversion when using a palette that you create. .NET support Silverlight support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterUserMatchTable Class
RasterUserMatchTable Members

 

 


Products | Support | Contact Us | Copyright Notices

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