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

Colors Property

Show in webframe





Gets or sets the number of colors to use in the palette
Syntax
public int Colors {get; set;}
'Declaration
 
Public Property Colors As Integer
'Usage
 
Dim instance As ColorResolutionActivity
Dim value As Integer
 
instance.Colors = value
 
value = instance.Colors

            

            
public:
property int Colors {
   int get();
   void set (    int value);
}

Property Value

An integer value that indicates the number of colors to use in the palette.
Remarks
If you specify a palette in the Palette property, pass the number of entries in your palette (including reserved entries). The value of the Colors property is not used in this case. If you set the Palette property to null (Nothing in VB) or leave it uninitialized and you specify ColorResolutionCommandPaletteFlags.Optimized in the PaletteFlags property, you can use the Colors property to limit the number of colors that the activity maps in the optimized palette.
Requirements

Target Platforms

See Also

Reference

ColorResolutionActivity Class
ColorResolutionActivity Members

 

 


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