class
	WEL_PALETTE_ENTRY

General
	cluster: wel.structs
	description: "Specifies the color and usage of an entry in a logical color palette."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE

Queries
	blue: INTEGER
	exists: BOOLEAN
	flags: INTEGER
	green: INTEGER
	item: POINTER
	red: INTEGER
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_blue (a_blue: INTEGER)
	set_flags (a_flags: INTEGER)
	set_green (a_green: INTEGER)
	set_item (an_item: POINTER)
	set_red (a_red: INTEGER)
	set_shared
	set_unshared