Palette Constructor

Overload List

Palette(Palette, Color32, Byte) Initializes a new instance of the Palette class from another palette using new backColor and alphaThreshold values.
Palette(Color, Color, Byte, FuncColor32, Int32) Initializes a new instance of the Palette class.
See the Remarks section of the Palette class for details.
Obsolete
Palette(Color32, Color32, Byte, FuncColor32, Int32) Initializes a new instance of the Palette class.
See the Remarks section of the Palette class for details.
Obsolete
Palette(IEnumerableColor32, Color32, Byte, FuncColor32, IPalette, Int32) Initializes a new instance of the Palette class.
See the Remarks section of the Palette class for details.
Palette(IEnumerableColor, Color, Byte, FuncColor32, IPalette, Int32) Initializes a new instance of the Palette class.
See the Remarks section of the Palette class for details.
Palette(Palette, WorkingColorSpace, Color32, Byte) Initializes a new instance of the Palette class from another palette using new backColor and alphaThreshold values and color space preference.
Palette(IEnumerableColor32, WorkingColorSpace, Color32, Byte, FuncColor32, IPalette, Int32) Initializes a new instance of the Palette class.
See the Remarks section of the Palette class for details.
Palette(IEnumerableColor, WorkingColorSpace, Color, Byte, FuncColor32, IPalette, Int32) Initializes a new instance of the Palette class.
See the Remarks section of the Palette class for details.

See Also