GrafX2 2.9.3227
The ultimate 256-color painting program
|
A single image bitmap This struct is used to store a flattened view of the current picture. More...
#include <struct.h>
Data Fields | |
int | Width |
Image width in pixels. More... | |
int | Height |
Image height in pixels. More... | |
byte * | Image |
Pixel data for the image. More... | |
A single image bitmap This struct is used to store a flattened view of the current picture.
int T_Bitmap::Width |
Image width in pixels.
Referenced by Backup_in_place(), Init_all_backup_lists(), Update_buffers(), and Update_spare_buffers().
int T_Bitmap::Height |
Image height in pixels.
Referenced by Backup_in_place(), Init_all_backup_lists(), Update_buffers(), and Update_spare_buffers().
byte* T_Bitmap::Image |
Pixel data for the image.
Referenced by Backup_in_place(), Backup_new_image(), Backup_with_new_dimensions(), End_of_modification(), Image_emergency_backup(), Init_all_backup_lists(), Pixel_in_layer_with_opt_preview(), Pixel_in_screen_c64fli_underlay_with_opt_preview(), Pixel_in_screen_layered_with_opt_preview(), Pixel_in_screen_overlay_with_opt_preview(), Program_shutdown(), Read_pixel_from_current_screen(), Read_pixel_from_spare_screen(), Redraw_current_layer(), Redraw_layered_image(), Redraw_spare_image(), Remap_image_highlevel(), Save_image(), Scroll_12_0(), Update_buffers(), Update_depth_buffer(), Update_screen_targets(), and Update_spare_buffers().