The palette definition.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue7.XPalette.PaletteDefinition
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Adaptive Use an optimized Octree algorithm for fast, high quality color reduction.
BlackAndWhite Only two colors: black and white.
Exact Same as Adaptive but optimized to ensure an exact color match wherever possible.
Grayscale Use exactly the number of grays compatible with the depth of the image.
Macintosh A fixed number of colors compatible with Macintosh colors.
Uniform A set of colors uniformly distributed throughout the color space.
WebSafe A fixed number of colors compatible with Web colors.
Windows A fixed number of colors compatible with Windows colors.
Example

None.