ColorPalette Конструкторы

Определение

Перегрузки

ColorPalette(Color[])

Создает настраиваемую цветовую палитру.

ColorPalette(PaletteType)

Создает стандартную цветовую палитру.

ColorPalette(Color[])

Исходный код:
ColorPalette.cs

Создает настраиваемую цветовую палитру.

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

Параметры

customColors
Color[]

Цветовые записи палитры.

Применяется к

ColorPalette(PaletteType)

Исходный код:
ColorPalette.cs

Создает стандартную цветовую палитру.

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)

Параметры

fixedPaletteType
PaletteType

Тип палитры.

Применяется к