C#
VB
C++
Palette options, for the ColorResolutionRequest.PaletteFlags property.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="ColorResolutionCommandPaletteFlags")][FlagsAttribute()]public enum ColorResolutionCommandPaletteFlags
<FlagsAttribute()><DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="ColorResolutionCommandPaletteFlags")>Public Enum ColorResolutionCommandPaletteFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()][DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="ColorResolutionCommandPaletteFlags")]public enum class ColorResolutionCommandPaletteFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | Default. |
| 0x00000001 | Fixed | Use the LEAD Fixed palette. |
| 0x00000002 | Optimized | Create an optimized palette, supply optimized colors for specified entries in the palette. |
| 0x00000008 | Identity | Insert the Windows system palette. |
| 0x00000020 | FastMatch | Reserved for future use. |
| 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. |
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
