class GAME_PIXEL_FORMAT_READABLE General cluster: graphic description: "Read-only version of a {GAME_PIXEL_FORMAT}." create: make_from_flags, make_from_structure_pointer, share_from_structure_pointer, own_from_structure_pointer, make_from_bits_per_pixel_and_masks, make_from_other Ancestors DISPOSABLE* GAME_SDL_ANY* Queries bits_per_pixel: INTEGER_32 bytes_per_pixel: INTEGER_32 color_palette: detachable GAME_COLOR_PALETTE has_alpha: BOOLEAN has_error: BOOLEAN is_abgr1555: BOOLEAN is_abgr4444: BOOLEAN is_abgr8888: BOOLEAN is_argb1555: BOOLEAN is_argb2101010: BOOLEAN is_argb4444: BOOLEAN is_argb8888: BOOLEAN is_bgr24: BOOLEAN is_bgr555: BOOLEAN is_bgr565: BOOLEAN is_bgr888: BOOLEAN is_bgra4444: BOOLEAN is_bgra5551: BOOLEAN is_bgra8888: BOOLEAN is_bgrx8888: BOOLEAN is_equal (a_other: [like Current] GAME_PIXEL_FORMAT_READABLE): BOOLEAN is_four_cc: BOOLEAN is_index1lsb: BOOLEAN is_index1msb: BOOLEAN is_index4lsb: BOOLEAN is_index4msb: BOOLEAN is_index8: BOOLEAN is_indexed: BOOLEAN is_iyuv: BOOLEAN is_order_array_abgr: BOOLEAN is_order_array_argb: BOOLEAN is_order_array_bgr: BOOLEAN is_order_array_bgra: BOOLEAN is_order_array_rgb: BOOLEAN is_order_array_rgba: BOOLEAN is_order_array_unknown: BOOLEAN is_order_bitmap_1234: BOOLEAN is_order_bitmap_4321: BOOLEAN is_order_bitmap_unknow: BOOLEAN is_order_packed_abgr: BOOLEAN is_order_packed_argb: BOOLEAN is_order_packed_bgra: BOOLEAN is_order_packed_bgrx: BOOLEAN is_order_packed_rgba: BOOLEAN is_order_packed_rgbx: BOOLEAN is_order_packed_unknown: BOOLEAN is_order_packed_xbgr: BOOLEAN is_order_packed_xrgb: BOOLEAN is_packed_layout_1010102: BOOLEAN is_packed_layout_1555: BOOLEAN is_packed_layout_2101010: BOOLEAN is_packed_layout_332: BOOLEAN is_packed_layout_4444: BOOLEAN is_packed_layout_5551: BOOLEAN is_packed_layout_565: BOOLEAN is_packed_layout_8888: BOOLEAN is_rgb24: BOOLEAN is_rgb332: BOOLEAN is_rgb444: BOOLEAN is_rgb555: BOOLEAN is_rgb565: BOOLEAN is_rgb888: BOOLEAN is_rgba4444: BOOLEAN is_rgba5551: BOOLEAN is_rgba8888: BOOLEAN is_rgbx8888: BOOLEAN is_type_array_natural_16: BOOLEAN is_type_array_natural_32: BOOLEAN is_type_array_natural_8: BOOLEAN is_type_index_1: BOOLEAN is_type_index_4: BOOLEAN is_type_index_8: BOOLEAN is_type_packed_16: BOOLEAN is_type_packed_32: BOOLEAN is_type_packed_8: BOOLEAN is_type_unknown: BOOLEAN is_unknown: BOOLEAN is_unsuported: BOOLEAN is_uyvy: BOOLEAN is_yuy2: BOOLEAN is_yv12: BOOLEAN is_yvyu: BOOLEAN last_error: READABLE_STRING_GENERAL masks: TUPLE [NATURAL_32, NATURAL_32, NATURAL_32, NATURAL_32] out: STRING_8 Commands dispose
Generated by ISE EiffelStudio