ColorPalette Constructor

Initializes a new instance of the ColorPalette class.

Overload List

Name Description
Public method ColorPalette(ColorPalette)

Initializes a new instance of the ColorPalette class by copying colors from the specified System.Drawing.Imaging.ColorPalette object.

Public method ColorPalette(Int32)

Initializes a new instance of the ColorPalette class using the specified size.

Public method ColorPalette(ColorPalette)

Initializes a new instance of the ColorPalette class from the specified existing palette.

Public method ColorPalette(ColorPaletteType)

Initializes a new instance of the ColorPalette class using the specified type.

Public method ColorPalette(ICollection<RgbColor>)

Initializes a new instance of the ColorPalette class using the specified collection of colors.

See Also

Reference