Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

ColorCount Property








Gets the number of unique colors in an image.
Syntax
public int ColorCount {get;}
'Declaration
 
Public ReadOnly Property ColorCount As Integer
'Usage
 
Dim instance As ColorCountCommand
Dim value As Integer
 
value = instance.ColorCount
public int ColorCount {get;}
@property (nonatomic, assign, readonly) NSUInteger colorCount
public int getColorCount()
            
 get_ColorCount(); 
public:
property int ColorCount {
   int get();
}

Property Value

The number of unique colors in an image.
Example
Refer to ColorCountCommand.
Requirements

Target Platforms

See Also

Reference

ColorCountCommand Class
ColorCountCommand Members

Error processing SSI file