Namespace: PumpFloWeb.SelectLogic.Graph
Assembly: Pump-Flo Web Library (in Pump-Flo Web Library.dll) Version: 1.2.8062.4486

Syntax

C#
public RGBColor(
	uint red,
	uint green,
	uint blue
)
Visual Basic
Public Sub New ( _
	red As UInteger, _
	green As UInteger, _
	blue As UInteger _
)
Visual C++
public:
RGBColor(
	unsigned int red, 
	unsigned int green, 
	unsigned int blue
)

Parameters

red
Type: System..::..UInt32
green
Type: System..::..UInt32
blue
Type: System..::..UInt32

See Also