ColorResolutionCommandPaletteFlags Enumeration (original) (raw)
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()]
public enum ColorResolutionCommandPaletteFlags
typedef NS_OPTIONS(NSUInteger, LTColorResolutionCommandPaletteFlags)
public enum ColorResolutionCommandPaletteFlags
[FlagsAttribute()]
public enum class ColorResolutionCommandPaletteFlags
class ColorResolutionCommandPaletteFlags(Enum):
None = 0
Fixed = 1
Optimized = 2
Identity = 8
UsePalette = 16
FastMatch = 32
Netscape = 64
SlowMatch = 512
FavorPureColors = 1024
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Default. |
0x00000001 | Fixed | Use the LEAD Fixed palette. |
0x00000002 | Optimized | Create an optimized palette, or if you supply a palette in ColorResolutionCommand.SetPalette, supply optimized colors for specified entries in the palette. |
0x00000008 | Identity | Insert the Windows system palette. |
0x00000010 | UsePalette | Use the palette specified in ColorResolutionCommand.SetPalette, without supplying optimized colors. |
0x00000020 | FastMatch | Use a predefined table to speed conversion using your own palette. Refer to RasterUserMatchTable. |
0x00000040 | Netscape | Use the fixed palette that is employed by Netscape Navigator and by Microsoft Internet Explorer. |
0x00000200 | SlowMatch | Use with Optimized to use a slower but more accurate matching process. |
0x00000400 | FavorPureColors | Give colors that occur frequently in the image palette entries of their own in the optimized palette. |
Leadtools Assembly