Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Palette Property
See Also 
Leadtools.Codecs Namespace > CodecsImageInfo Class : Palette Property



Gets the images palette.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Palette As Color()
Visual Basic (Usage)Copy Code
Dim instance As CodecsImageInfo
Dim value() As Color
 
value = instance.Palette
C# 
public Color[] Palette {get;}
C++/CLI 
public:
property array<Color>^ Palette {
   array<Color>^ get();
}

Return Value

A Color array that specifies the image palette if it has any, null (Nothing in Visual Basic) if the image has no palette.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also