←Select platform

ColorCount Property

Summary

Gets the number of unique colors in an image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int ColorCount { get; } 
Public ReadOnly Property ColorCount As Integer 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly