C#
VB
WinRT C#
C++
Creates a table that speeds color conversion when using a palette that you create.
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
)
palette
An array of RasterColor that is your palette.
The table is referenced by ColorResolutionCommand.
For more information, refer to RasterUserMatchTable.
For an example, refer to RasterUserMatchTable.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET