Sets the palette for uncompressed data that is 8 bits per pixel or less.
public void SetPalette(
RasterColor[] palette
)
Public Sub SetPalette( _
ByVal palette() As Leadtools.RasterColor _
)
public void SetPalette(
Leadtools.RasterColor[] palette
)
public void setPalette(RasterColor[] palette)
function Leadtools.Codecs.CodecsLoadInformationEventArgs.SetPalette(
palette
)
public:
void SetPalette(
Leadtools.array<RasterColor>^ palette
)
palette
An array of RasterColor object that represents the palette for uncompressed data that is 8 bits per pixel or less.
Fill in the first 1 >> BitsPerPixel entries in this palette.
For an example, refer to RasterCodecs.LoadInformation.
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