ColorPalette Constructors

Definitie

Overloads

Name Description
ColorPalette(Color[])

Hiermee maakt u een aangepast kleurenpalet.

ColorPalette(PaletteType)

Hiermee maakt u een standaardkleurenpalet.

ColorPalette(Color[])

Bron:
ColorPalette.cs
Bron:
ColorPalette.cs
Bron:
ColorPalette.cs
Bron:
ColorPalette.cs
Bron:
ColorPalette.cs

Hiermee maakt u een aangepast kleurenpalet.

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())

Parameters

customColors
Color[]

Kleurvermeldingen voor het palet.

Van toepassing op

ColorPalette(PaletteType)

Bron:
ColorPalette.cs
Bron:
ColorPalette.cs
Bron:
ColorPalette.cs
Bron:
ColorPalette.cs
Bron:
ColorPalette.cs

Hiermee maakt u een standaardkleurenpalet.

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)

Parameters

fixedPaletteType
PaletteType

Het palettype.

Van toepassing op