Constructs an IndicatorAttribute instance with an RGB value.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public IndicatorAttribute(
	int red,
	int green,
	int blue
)
Visual Basic (Declaration)
Public Sub New ( _
	red As Integer, _
	green As Integer, _
	blue As Integer _
)
Visual C++
public:
IndicatorAttribute(
	int red, 
	int green, 
	int blue
)

Parameters

red
Type: System..::.Int32
Red value. 0-255.
green
Type: System..::.Int32
Green value. 0-255.
blue
Type: System..::.Int32
Blue value. 0-255.

See Also