Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ColorResolutionCommandPaletteFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum ColorResolutionCommandPaletteFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum ColorResolutionCommandPaletteFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ColorResolutionCommandPaletteFlags : public Enum |
Member | Description |
---|---|
None | Default. |
Fixed | Use the LEAD Fixed palette. |
Optimized | Create an optimized palette, or if you supply a palette in ColorResolutionCommand.SetPalette, supply optimized colors for specified entries in the palette. |
Identity | Insert the Windows system palette. |
UsePalette | Use the palette specified in ColorResolutionCommand.SetPalette, without supplying optimized colors. |
FastMatch | Use a predefined table to speed conversion using your own palette. Refer to RasterUserMatchTable. |
Netscape | Use the fixed palette that is employed by Netscape Navigator and by Microsoft Internet Explorer. |
SlowMatch | Use with Optimized to use a slower but more accurate matching process. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.ColorResolutionCommandPaletteFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family