LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Colors Property






Gets or sets the number of colors to use in the palette .NET support Silverlight support WinRT support
Syntax
public int Colors {get; set;}
'Declaration
 
Public Property Colors As Integer
'Usage
 
Dim instance As ColorResolutionCommand
Dim value As Integer
 
instance.Colors = value
 
value = instance.Colors
public int Colors {get; set;}
 get_Colors();
set_Colors(value);
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 SetPalette method, pass the number of entries in your palette (including reserved entries). The value of the Colors property is not used.

If you pass nullptr to the SetPalette method 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 command maps in the optimized palette.

Example
For an example, refer to ColorResolutionCommand
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorResolutionCommand Class
ColorResolutionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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