←Select platform

Colors Property

Summary
Gets or sets the number of colors to use in the palette
Syntax
C#
VB
Objective-C
C++
Java
public int Colors { get; set; } 
Public Property Colors As Integer 
@property (nonatomic, assign) NSUInteger colors 
public int getColors() 
public void setColors(int value) 
public: 
property int Colors { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.