Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > ColorResolutionCommand Class : Colors Property |
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;}
@property (nonatomic, assign) NSUInteger colors
public int getColors() public void setColors(int value)
<br/>get_Colors();<br/>set_Colors(value);<br/>Object.defineProperty('Colors');
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.