http://www.emgu.com Get or set the intensity of the red color channel
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic double Red { get; set; }
Public Property Red As Double
Get
Set
public:
property double Red {
double get ();
void set (double value);
}
member Red : float with get, set
Property Value
Type:
Double
See Also