- indexing
- title: "Definition of the sixteen standard colors. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
- project: "Windows Eiffel Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: wel
class WEL_STANDARD_COLORS
- feature -- Access
-
white: WEL_COLOR_REF
-
-
-- White color
-
- ensure
-
result_not_void:
Result /= void
-
black: WEL_COLOR_REF
-
-
-- Black color
-
- ensure
-
result_not_void:
Result /= void
-
grey: WEL_COLOR_REF
-
-
-- Grey color
-
- ensure
-
result_not_void:
Result /= void
-
dark_grey: WEL_COLOR_REF
-
-
-- Dark grey color
-
- ensure
-
result_not_void:
Result /= void
-
blue: WEL_COLOR_REF
-
-
-- Blue color
-
- ensure
-
result_not_void:
Result /= void
-
dark_blue: WEL_COLOR_REF
-
-
-- Dark blue color
-
- ensure
-
result_not_void:
Result /= void
-
cyan: WEL_COLOR_REF
-
-
-- Cyan color
-
- ensure
-
result_not_void:
Result /= void
-
dark_cyan: WEL_COLOR_REF
-
-
-- Dark cyan color
-
- ensure
-
result_not_void:
Result /= void
-
green: WEL_COLOR_REF
-
-
-- Green color
-
- ensure
-
result_not_void:
Result /= void
-
dark_green: WEL_COLOR_REF
-
-
-- Dark green color
-
- ensure
-
result_not_void:
Result /= void
-
yellow: WEL_COLOR_REF
-
-
-- Yellow color
-
- ensure
-
result_not_void:
Result /= void
-
dark_yellow: WEL_COLOR_REF
-
-
-- Dark yellow color
-
- ensure
-
result_not_void:
Result /= void
-
red: WEL_COLOR_REF
-
-
-- Red color
-
- ensure
-
result_not_void:
Result /= void
-
dark_red: WEL_COLOR_REF
-
-
-- Dark red color
-
- ensure
-
result_not_void:
Result /= void
-
magenta: WEL_COLOR_REF
-
-
-- Magenta color
-
- ensure
-
result_not_void:
Result /= void
-
dark_magenta: WEL_COLOR_REF
-
-
-- Dark magenta color
-
- ensure
-
result_not_void:
Result /= void
end -- class WEL_STANDARD_COLORS