diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-19 14:25:17 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-19 14:25:17 +0200 |
commit | 16831c75583f08f1deb9a76ba78845a5bb610101 (patch) | |
tree | 07a485334d7f23a2e603bfbd788ba725f996df59 /test/test_elm_win.rb | |
parent | e56f62d5e965362d537bc027037f6cb26eb612f0 (diff) | |
download | ffi-efl-16831c75583f08f1deb9a76ba78845a5bb610101.zip ffi-efl-16831c75583f08f1deb9a76ba78845a5bb610101.tar.gz |
Evas only handles pre multiplied colors
Diffstat (limited to 'test/test_elm_win.rb')
-rw-r--r-- | test/test_elm_win.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_elm_win.rb b/test/test_elm_win.rb index 01d03a2..29573a7 100644 --- a/test/test_elm_win.rb +++ b/test/test_elm_win.rb @@ -18,7 +18,7 @@ class MyWin < Elm::ElmWin def feed @bg = Elm::ElmBg.new(self) do size_hint_weight_expand - evas_object_color_set 200,255,100,150 + evas_object_color_set 150,180,100,180 show end resize_object_add @bg |