Creates an IERGB object from Color value.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGB(
	Color color
)
Public Sub New ( _
	color As Color _
)
public:
IERGB(
	Color color
)

Parameters

color
Color
The Color value

See Also