Creates an IERGB48 object from color components.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGB48(
	ushort red,
	ushort green,
	ushort blue
)
Public Sub New ( _
	red As UShort, _
	green As UShort, _
	blue As UShort _
)
public:
IERGB48(
	unsigned short red, 
	unsigned short green, 
	unsigned short blue
)

Parameters

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

See Also