[NUI] Rollback split-nui (#887)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Color.cs
index ffe3b14..45b089f 100755 (executable)
@@ -16,6 +16,7 @@
  */
 
 using System;
+using Tizen.NUI.Binding;
 using System.ComponentModel;
 
 namespace Tizen.NUI
@@ -24,6 +25,7 @@ namespace Tizen.NUI
     /// <summary>
     /// The Color class.
     /// </summary>
+    [Tizen.NUI.Binding.TypeConverter(typeof(ColorTypeConverter))]
     public class Color : global::System.IDisposable
     {