LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterPalette Class
See Also  Members  
Leadtools Namespace : RasterPalette Class



Encapsulates and provides support for managing image palettes. Supported in Silverlight, Windows Phone 7

Object Model

RasterPalette Class

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: Palette Handling.

Inheritance Hierarchy

System.Object
   Leadtools.RasterPalette

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also