|
|
|
An object that represents the color table or palette for an
indexed color image. |
|
|
|
|
|
|
|
System.Object
WebSupergoo.ImageGlue8.ColorPalette
|
|
|
|
|
|
|
System.IEquatable<ColorPalette>
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
ColorPalette
|
|
Create a color table with a specified bit depth. The default
colors will be uniformly distributed throughout the color space
with black at the first index and white at the last. |
|
|
|
|
|
|
|
Equals
|
|
Determines whether the specified object is a ColorTable, value
identical to this one. |
|
|
|
|
|
|
|
GetHashCode
|
|
Obtains a hash code for the ColorTable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Operator
|
|
Description
|
|
|
|
|
|
|
|
Equality
|
|
Compares two ColorTable instances for equality. |
|
|
|
|
|
|
|
Inequality
|
|
Compares two ColorTable instances for inequality. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field
|
|
Description
|
|
|
|
|
|
|
|
BitDepth
|
|
The number of bits in a color index. This directly determines
the number of colors in the table. |
|
|
|
|
|
|
|
ColorSpace
|
|
The color space for the colors in the table. |
|
|
|
|
|
|
|
Entries
|
|
An array of all the colors in the table. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|