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