indexing
	description: "Palette entry flag constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_PC_CONSTANTS

feature -- Access

	pc_explicit: INTEGER

	pc_nocollapse: INTEGER

	pc_reserved: INTEGER
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_PC_CONSTANTS