ImageGear for .NET
BaseColorComponents Property




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

Property Value

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

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback