remove Color(MixColor in tizen branch) from Actor
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / examples / dali-test.cs
old mode 100644 (file)
new mode 100755 (executable)
index 6e106ae..2dbe547
@@ -128,7 +128,7 @@ namespace MyCSharpExample
             Actor actor = new Actor();
             actor.Size = new Position(200.0f, 200.0f, 0.0f);
             actor.Name = "MyActor";
-            actor.Color = new Color(1.0f, 0.0f, 1.0f, 0.8f);
+
             Console.WriteLine("Actor id: {0}", actor.GetId());
             Console.WriteLine("Actor size: " + actor.Size.X + ", " + actor.Size.Y);
             Console.WriteLine("Actor name: " + actor.Name);