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
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also