public void CopyPaletteTo(
RasterImage destImage
)
Public Sub CopyPaletteTo( _
ByVal destImage As RasterImage _
)
- (BOOL)copyPaletteTo:(LTRasterImage *)dstImage error:(NSError **)error
public void copyPaletteTo(RasterImage destImage)
public:
void CopyPaletteTo(
RasterImage^ destImage
)
destImage
The destination image into which the palette will be copied. You must have a valid image loaded for this method to work.
Only the palette the image is copied. destImage must be allocated and must be 8-bit or less before this method is called. The source image (this RasterImage object and destImage must have the same BitsPerPixel. destImage existing palette will be destroyed before the copy is made.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document