Image::Palette Property
.NET Framework (current version)
Gets or sets the color palette used for this Image.
Assembly: System.Drawing (in System.Drawing.dll)
public: [BrowsableAttribute(false)] property ColorPalette^ Palette { ColorPalette^ get(); void set(ColorPalette^ value); }
Property Value
Type: System.Drawing.Imaging::ColorPalette^A ColorPalette that represents the color palette used for this Image.
This property returns a copy of the ColorPalette object used by this Image.
.NET Framework
Available since 1.1
Available since 1.1
Show: