class EL_MODULE_COLOR
Client examples: FRACTAL_MAIN_WINDOW ; FRACTAL_MODEL_WORLD ; FRACTAL_WORLD_CELL ; MODEL_CONSTANTS ; PANGO_CAIRO_TEST_MAIN_WINDOW ; QUANTUM_BALL_MAIN_WINDOW ; SLIDE_SHOW ; SLIDE_SHOW_WINDOW ; TEXT_EDITOR_MAIN_WINDOW
Shared instance of class EV_STOCK_COLORS
note
description: "[
Shared instance of class ${EV_STOCK_COLORS}
]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-01-20 19:18:25 GMT (Saturday 20th January 2024)"
revision: "15"
deferred class
EL_MODULE_COLOR
inherit
EL_MODULE
feature {NONE} -- Constants
Color: EL_STOCK_COLORS_I
--
once
create {EL_STOCK_COLORS_IMP} Result
end
end