Returns a count of unique colors in the current image.
public long UniqueColors()
public: long UniqueColors();
public:
int64 UniqueColors();
'Declaration
Public Function UniqueColors() As Long
'Usage
Dim instance As Processor
Dim value As Long
value = instance.UniqueColors()
Return Value
A long value which represents the number of unique colors contained in the current image.