class
	WEL_BITMAP_INFO

General
	cluster: wel
	description: "Defines the dimensions and color information for a Windows device-independent bitmap (DIB)."
	create: make_by_pointer, make_by_dc, make

Ancestors
	WEL_DIB_COLORS_CONSTANTS
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	header: WEL_BITMAP_INFO_HEADER
	is_equal (other: [like Current] WEL_BITMAP_INFO): BOOLEAN
	item: POINTER
	rgb_quad (index: INTEGER_32): WEL_RGB_QUAD
	rgb_quad_count: INTEGER_32
	shared: BOOLEAN
	structure_size: INTEGER_32
	valid_dib_colors_constant (c: INTEGER_32): BOOLEAN

Commands
	copy (other: [like Current] WEL_BITMAP_INFO)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_bitmap_info_header (a_header: WEL_BITMAP_INFO_HEADER)
	set_item (an_item: POINTER)
	set_rgb_quad (index: INTEGER_32; a_rgb_quad: WEL_RGB_QUAD)
	set_shared
	set_unshared