Freigeben über


ColorPalette Konstruktoren

Definition

Überlädt

ColorPalette(Color[])

Erstellt eine benutzerdefinierte Farbpalette.

ColorPalette(PaletteType)

Erstellt eine Standardfarbpalette.

ColorPalette(Color[])

Quelle:
ColorPalette.cs

Erstellt eine benutzerdefinierte Farbpalette.

public:
 ColorPalette(... cli::array <System::Drawing::Color> ^ customColors);
public ColorPalette (params System.Drawing.Color[] customColors);
new System.Drawing.Imaging.ColorPalette : System.Drawing.Color[] -> System.Drawing.Imaging.ColorPalette
Public Sub New (ParamArray customColors As Color())

Parameter

customColors
Color[]

Farbeinträge für die Palette.

Gilt für:

ColorPalette(PaletteType)

Quelle:
ColorPalette.cs

Erstellt eine Standardfarbpalette.

public:
 ColorPalette(System::Drawing::Imaging::PaletteType fixedPaletteType);
public ColorPalette (System.Drawing.Imaging.PaletteType fixedPaletteType);
new System.Drawing.Imaging.ColorPalette : System.Drawing.Imaging.PaletteType -> System.Drawing.Imaging.ColorPalette
Public Sub New (fixedPaletteType As PaletteType)

Parameter

fixedPaletteType
PaletteType

Der Palettentyp.

Gilt für: