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