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: 3.3.0.2824 (3.3.0.2824)
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