The code which is used for color conversion

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public string ConversionCodename { get; set; }
Visual Basic (Declaration)
Public Property ConversionCodename As String
Visual C++
public:
property String^ ConversionCodename {
	String^ get ();
	void set (String^ value);
}

See Also