LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

ColorResolutionCommandPaletteFlags Enumeration

Show in webframe





Palette options for the ColorResolutionActivity.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 class ColorResolutionCommandPaletteFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneDefault.
0x00000001FixedUse the LEAD Fixed palette.
0x00000002OptimizedCreate an optimized palette.
0x00000008IdentityInsert the Windows system palette.
0x00000010UsePaletteUse the palette specified in ColorResolutionActivity.Palette, without supplying optimized colors.
0x00000020FastMatchUse a predefined table to speed conversion using your own palette.
0x00000040NetscapeUse the fixed palette that is employed by Netscape Navigator and by Microsoft Internet Explorer.
0x00000200SlowMatchUse with Optimized to use a slower but more accurate matching process.
0x00000400FavorPureColorsGive 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.Workflow.ImageProcessing.ColorResolutionCommandPaletteFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Workflow.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.