Image.Palette 属性

定义

获取或设置用于此 Image 的调色板。

public:
 property System::Drawing::Imaging::ColorPalette ^ Palette { System::Drawing::Imaging::ColorPalette ^ get(); void set(System::Drawing::Imaging::ColorPalette ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Imaging.ColorPalette Palette { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Palette : System.Drawing.Imaging.ColorPalette with get, set
Public Property Palette As ColorPalette

属性值

ColorPalette,表示用于此 Image 的调色板。

属性

注解

此属性返回由此 ColorPalette 使用的 Image 对象的副本。

适用于