LEADTOOLS (Leadtools assembly)

ColorResolutionCommandPaletteFlags Enumeration

Show in webframe







Palette options, for the ColorResolutionCommand.PaletteFlags property.
Syntax
[FlagsAttribute()]
public enum ColorResolutionCommandPaletteFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum ColorResolutionCommandPaletteFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColorResolutionCommandPaletteFlags
[FlagsAttribute()]
public enum ColorResolutionCommandPaletteFlags : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneDefault.
1FixedUse the LEAD Fixed palette.
2OptimizedCreate an optimized palette, or if you supply a palette in ColorResolutionCommand.SetPalette, supply optimized colors for specified entries in the palette.
8IdentityInsert the Windows system palette.
16UsePaletteUse the palette specified in ColorResolutionCommand.SetPalette, without supplying optimized colors.
32FastMatchUse a predefined table to speed conversion using your own palette. Refer to RasterUserMatchTable.
64NetscapeUse the fixed palette that is employed by Netscape Navigator and by Microsoft Internet Explorer.
512SlowMatchUse with Optimized to use a slower but more accurate matching process.
1024FavorPureColorsGive colors that occur frequently in the image palette entries of their own in the optimized palette.
Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.ColorResolutionCommandPaletteFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.