http://www.emgu.com Create a Gray color with the given intensity
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Gray(
double intensity
)
Public Sub New (
intensity As Double
)
public:
Gray(
double intensity
)
new :
intensity : float -> GrayParameters
- intensity
- Type: SystemDouble
The intensity for this color
See Also