class
	WEL_LOG_PALETTE

General
	cluster: wel.gdi
	description: "Defines the attributes of a palette."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE

Queries
	exists: BOOLEAN
	item: POINTER
	num_entries: INTEGER
	pal_entry (index: INTEGER): WEL_PALETTE_ENTRY
	shared: BOOLEAN
	structure_size: INTEGER
	to_integer: INTEGER
	version: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_item (an_item: POINTER)
	set_num_entries (a_num_entries: INTEGER)
	set_pal_entry (index: INTEGER; a_pal_entry: WEL_PALETTE_ENTRY)
	set_shared
	set_unshared
	set_version (a_version: INTEGER)