다음을 통해 공유


ColorPalette 생성자

정의

오버로드

ColorPalette(Color[])

사용자 지정 색상표를 만듭니다.

ColorPalette(PaletteType)

표준 색상표를 만듭니다.

ColorPalette(Color[])

Source:
ColorPalette.cs
Source:
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)

Source:
ColorPalette.cs
Source:
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

색상표 유형입니다.

적용 대상