Leadtools.ImageProcessing Namespace : ColorResolutionCommandPaletteFlags Enumeration |
[FlagsAttribute()] public enum ColorResolutionCommandPaletteFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ColorResolutionCommandPaletteFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ColorResolutionCommandPaletteFlags
[FlagsAttribute()] public enum ColorResolutionCommandPaletteFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.ColorResolutionCommandPaletteFlags = function() { }; Leadtools.ImageProcessing.ColorResolutionCommandPaletteFlags.prototype = {
None = 0, Fixed = 1, Optimized = 2, Identity = 8, UsePalette = 16, FastMatch = 32, Netscape = 64, SlowMatch = 512, FavorPureColors = 1024, };
[FlagsAttribute()] public enum class ColorResolutionCommandPaletteFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | None | Default. |
1 | Fixed | Use the LEAD Fixed palette. |
2 | Optimized | Create an optimized palette, or if you supply a palette in ColorResolutionCommand.SetPalette, supply optimized colors for specified entries in the palette. |
8 | Identity | Insert the Windows system palette. |
16 | UsePalette | Use the palette specified in ColorResolutionCommand.SetPalette, without supplying optimized colors. |
32 | FastMatch | Use a predefined table to speed conversion using your own palette. Refer to RasterUserMatchTable. |
64 | Netscape | Use the fixed palette that is employed by Netscape Navigator and by Microsoft Internet Explorer. |
512 | SlowMatch | Use with Optimized to use a slower but more accurate matching process. |
1024 | FavorPureColors | Give colors that occur frequently in the image palette entries of their own in the optimized palette. |
The palette options are useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).
For more information, refer to Introduction: Palette Handling.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.ColorResolutionCommandPaletteFlags