class
	WEL_BITMAP_INFO_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
	clr_important: INTEGER_32
	clr_used: INTEGER_32
	compression: INTEGER_32
	exists: BOOLEAN
	height: INTEGER_32
	is_equal (other: [like Current] WEL_BITMAP_INFO_HEADER): BOOLEAN
	item: POINTER
	planes: INTEGER_32
	shared: BOOLEAN
	size_image: INTEGER_32
	Structure_size: INTEGER_32
	width: INTEGER_32
	x_pels_per_meter: INTEGER_32
	y_pels_per_meter: INTEGER_32

Commands
	copy (other: [like Current] WEL_BITMAP_INFO_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_clr_important (a_clr_important: INTEGER_32)
	set_clr_used (a_clr_used: INTEGER_32)
	set_compression (a_compression: INTEGER_32)
	set_height (a_height: INTEGER_32)
	set_item (an_item: POINTER)
	set_planes (a_planes: INTEGER_32)
	set_shared
	set_size_image (a_size_image: INTEGER_32)
	set_unshared
	set_width (a_width: INTEGER_32)
	set_x_pels_per_meter (a_x_pels_per_meter: INTEGER_32)
	set_y_pels_per_meter (a_y_pels_per_meter: INTEGER_32)