ImageGear .NET v25.1 - Updated
NumberOfColors Property (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : NumberOfColors Property
Gets the number of colors in the color book.
Syntax
'Declaration
 
Public ReadOnly Property NumberOfColors As Integer
'Usage
 
Dim instance As ImGearColorBook
Dim value As Integer
 
value = instance.NumberOfColors
public int NumberOfColors {get;}
public: __property int get_NumberOfColors();
public:
property int NumberOfColors {
   int get();
}

Property Value

Integer value.
Remarks
The number of colors in the color book must be less than or equal to 8000.
See Also

Reference

ImGearColorBook Class
ImGearColorBook Members