note description: "Tests for EV_WINDOW" author: "Daniel Furrer " date: "$Date$" revision: "$Revision$" testing: "type/manual" class TEST_EV_COLOR inherit EV_VISION2_TEST_SET EQA_TEST_SET feature -- Test routines test_set_rgb_with_24_bit -- Shows an empty window without title bar, 100x200px in size. note testing: "execution/isolated" local l_color: EV_COLOR do create l_color l_color.set_rgb_with_24_bit (0xD3D7CF) end note copyright: "Copyright (c) 1984-2014, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end