Tip
See the Remarks section of the WorkingColorSpace enumeration for details and
image examples about using the different color spaces in various operations.
public Palette(
Palette palette,
WorkingColorSpace workingColorSpace,
Color32 backColor,
byte alphaThreshold
)
Public Sub New (
palette As Palette,
workingColorSpace As WorkingColorSpace,
backColor As Color32,
alphaThreshold As Byte
)
public:
Palette(
Palette^ palette,
WorkingColorSpace workingColorSpace,
Color32 backColor,
unsigned char alphaThreshold
)
new :
palette : Palette *
workingColorSpace : WorkingColorSpace *
backColor : Color32 *
alphaThreshold : byte -> Palette
ArgumentNullException | palette is . |
ArgumentOutOfRangeException | workingColorSpace is not one of the defined values. |