http://www.emgu.com Get or set the intensity of the red color channel
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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