http://www.emgu.com Get or set the intensity of the alpha 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 Alpha { get; set; }
Public Property Alpha As Double
Get
Set
public:
property double Alpha {
double get ();
void set (double value);
}
member Alpha : float with get, set
Property Value
Type:
Double
See Also