ColorPalette Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| ColorPalette(Color[]) |
Skapar en anpassad färgpalett. |
| ColorPalette(PaletteType) |
Skapar en standardfärgpalett. |
ColorPalette(Color[])
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
Skapar en anpassad färgpalett.
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())
Parametrar
- customColors
- Color[]
Färgposter för paletten.
Gäller för
ColorPalette(PaletteType)
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
- Källa:
- ColorPalette.cs
Skapar en standardfärgpalett.
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)
Parametrar
- fixedPaletteType
- PaletteType
Paletttypen.