| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum ColorResolutionCommandPaletteFlags Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum ColorResolutionCommandPaletteFlags : Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class ColorResolutionCommandPaletteFlags : public Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| None | Default. |
| Fixed | Use the LEAD Fixed palette. |
| Optimized | Create an optimized palette, or if you supply a palette in the ColorResolutionCommand.Palette property, supply optimized colors for specified entries in the palette. |
| Identity | Insert the Windows system palette. |
| UsePalette | Use the palette specified in the ColorResolutionCommand.Palette property, without supplying optimized colors. |
| 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. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.ColorResolutionCommandPaletteFlags
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code