- indexing
- title: "EOLE_PALETTE"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_PALETTE
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
set_version (version: INTEGER)
-
set_entry (index, red, green, blue, flags: INTEGER)
-
get_version: INTEGER
-
get_num_entries: INTEGER
-
get_entry_red (index: INTEGER): INTEGER
-
get_entry_green (index: INTEGER): INTEGER
-
get_entry_blue (index: INTEGER): INTEGER
-
get_entry_flags (index: INTEGER): INTEGER
end -- class EOLE_PALETTE