Click or drag to resize

Gray Constructor

http://www.emgu.com
Create a Gray color with the given intensity

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Gray(
	double intensity
)

Parameters

intensity
Type: SystemDouble
The intensity for this color
See Also