Creates an IERGB object from color components.

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

Syntax

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

Parameters

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

See Also