Creates an IERGBA object from color components.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGBA(
	byte red,
	byte green,
	byte blue,
	byte alpha
)
Public Sub New ( _
	red As Byte, _
	green As Byte, _
	blue As Byte, _
	alpha As Byte _
)
public:
IERGBA(
	unsigned char red, 
	unsigned char green, 
	unsigned char blue, 
	unsigned char alpha
)

Parameters

red
Byte
The Red component
green
Byte
The Green component
blue
Byte
The Blue component
alpha
Byte
The Alpha component

See Also