Image.Palette Vlastnost

Definice

Získá nebo nastaví paletu barev použitou pro tento Imageobjekt .

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

Hodnota vlastnosti

A ColorPalette , která představuje paletu barev použitou pro tento objekt Image.

Atributy

Poznámky

Tato vlastnost vrátí kopii objektu používaného ColorPalette tímto Imageobjektem .

Platí pro