Create a Gray color with the given intensity

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Gray(
	double intensity
)
Visual Basic (Declaration)
Public Sub New ( _
	intensity As Double _
)
Visual C++
public:
Gray(
	double intensity
)

Parameters

intensity
Type: System..::.Double
The intensity for this color

See Also