indexing
description: "Console fill attributes."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_FILL_ATTRIBUTES_CONSTANTS
feature
background_blue: INTEGER
background_green: INTEGER
background_intensity: INTEGER
background_red: INTEGER
foreground_blue: INTEGER
foreground_green: INTEGER
foreground_intensity: INTEGER
foreground_red: INTEGER
is_valid_fill_attributes (an_integer: INTEGER): BOOLEAN
an_integer
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_FILL_ATTRIBUTES_CONSTANTS