class
	WEL_BITMAP_CORE_HEADER

General
	cluster: wel
	description: "Contains information about the dimensions and color format of a device-independent bitmap (DIB)."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	bit_count: INTEGER_32
	exists: BOOLEAN
	height: INTEGER_32
	is_equal (other: [like Current] WEL_BITMAP_CORE_HEADER): BOOLEAN
	item: POINTER
	planes: INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32
	width: INTEGER_32

Commands
	copy (other: [like Current] WEL_BITMAP_CORE_HEADER)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_bit_count (a_bit_count: INTEGER_32)
	set_height (a_height: INTEGER_32)
	set_item (an_item: POINTER)
	set_planes (a_planes: INTEGER_32)
	set_shared
	set_unshared
	set_width (a_width: INTEGER_32)