Dali C# binding - Implement the pure C# classes
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / examples / hello-world.cs
index 7853ce3..be7a11b 100755 (executable)
@@ -38,7 +38,7 @@ namespace MyCSharpExample
         {
             Console.WriteLine("Customized Application Initialize event handler");
             Stage stage = Stage.GetCurrent();
-            stage.BackgroundColor = new Color("white");
+            stage.BackgroundColor = Color.Green;
 
            stage.Touched += OnStageTouched;