Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterPalette Class
See Also  Members  
Leadtools Namespace : RasterPalette Class



Encapsulates and provides support for managing image palettes.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class RasterPalette 
Visual Basic (Usage)Copy Code
Dim instance As RasterPalette
C# 
public static class RasterPalette 
C++/CLI 
public ref class RasterPalette abstract sealed 

Example

For an example, refer to StartDithering and Netscape.

Remarks

The palette is an array that contains the colors for displaying the image.

For more details, refer to Introduction.

Inheritance Hierarchy

System.Object
   Leadtools.RasterPalette

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also