class EL_MODULE_COLOR

(source code)

Client examples: FRACTAL_MAIN_WINDOW

description

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