This documentation is archived and is not being maintained.
Image.Palette Property
.NET Framework 1.1
Gets or sets the color palette used for this Image object.
[Visual Basic] Public Property Palette As ColorPalette [C#] public ColorPalette Palette {get; set;} [C++] public: __property ColorPalette* get_Palette(); public: __property void set_Palette(ColorPalette*); [JScript] public function get Palette() : ColorPalette; public function set Palette(ColorPalette);
Property Value
A ColorPalette object that represents the color palette used for this Image object.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: