The palette definition.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.ColorPaletteFamily
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Adaptive Adaptive. This palette uses fewer colors than specified if the image has limited colors. It uses an optimized Octree algorithm for fast, high quality color reduction.
BlackAndWhite Black&White. This palette always uses two colors - black and white.
Exact Exact. This is similar to Adaptive except it is optimized to ensure an exact color match wherever possible.
Grayscale Grayscale. This palette uses the exact number of gray values specified in Depth - minimum two.
Macintosh Macintosh. This palette uses a fixed number of colors compatible with Macintosh colors. Depth is ignored.
Uniform Uniform. This palette specified a set of colors uniformly distributed throughout the color space. It only exists for 8, 27, 64, 125 and 216 colors and so the number you specify with Depth may be reduced to accommodate this.
WebSafe WebSafe. This palette uses a fixed number of colors compatible with Web colors. Depth is ignored.
Windows Windows. This palette uses a fixed number of colors compatible with Windows colors. Depth is ignored.
Example

None.