LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorCount Property

Show in webframe







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) unsigned int 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

 

 


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