ImageGear .NET
BaseColorComponents Property




Gets the number of components in the base color space of an indexed color space.
Syntax
public int BaseColorComponents {get;}
public: __property int get_BaseColorComponents();
public:
property int BaseColorComponents {
   int get();
}
'Declaration
 
Public ReadOnly Property BaseColorComponents As Integer
 
'Usage
 
Dim instance As ImGearPDEColorSpace
Dim value As Integer
 
value = instance.BaseColorComponents

Property Value

Integer value.
Remarks
For example, for DeviceRGB, the number of components is 3.
See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback