class WEL_DIB General cluster: wel description: "Device independent bitmap which can be created from a file. Note: Not all variants of the bmp format can be read. If you have problems with a certain image please use i.e. MS Paint to convert the image to the standard bmp format and then try again." create: make_by_content_pointer, make_with_info_and_data, make_by_stream, make_by_file Ancestors WEL_OBJECT_ID_MANAGER WEL_STRUCTURE* Queries color_count: INTEGER_32 exists: BOOLEAN height: INTEGER_32 is_equal (other: [like Current] WEL_DIB): BOOLEAN item: POINTER item_bits: POINTER palette: WEL_PALETTE shared: BOOLEAN structure_size: INTEGER_32 width: INTEGER_32 Commands copy (other: [like Current] WEL_DIB) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_item (an_item: POINTER) set_pal_color set_shared set_unshared