Creates an IERGBA object from an IERGB object.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGBA(
	IERGB rgb
)
Public Sub New ( _
	rgb As IERGB _
)
public:
IERGBA(
	IERGB rgb
)

Parameters

rgb
IERGB
The IERGB object

See Also