ColorPalette Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.