|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
to load 256 color pictures into memory More...
#include <gfx2surface.h>
Collaboration diagram for T_GFX2_Surface:Data Fields | |
| byte * | pixels |
| pixel data (1 byte = 1 pixel) More... | |
| T_Palette | palette |
| 256 color palette More... | |
| word | w |
| Width. More... | |
| word | h |
| Height. More... | |
to load 256 color pictures into memory
| byte* T_GFX2_Surface::pixels |
pixel data (1 byte = 1 pixel)
Referenced by Free_GFX2_Surface(), Get_GFX2_Surface_pixel(), Get_Screen_pixel(), Get_Screen_pixel_ptr(), GFX2_Set_mode(), Load_image(), New_GFX2_Surface(), Pre_load(), Render_text_SFont(), Set_GFX2_Surface_pixel(), Set_Screen_pixel(), SFont_Write(), Test_C64_Formats(), and Test_Save().
| T_Palette T_GFX2_Surface::palette |
256 color palette
Referenced by GFX2_Set_mode(), GFX2_SetPalette(), Load_image(), New_GFX2_Surface(), Parse_skin(), Render_text_SFont(), Test_C64_Formats(), Test_Save(), and Update_rect().
| word T_GFX2_Surface::w |
Width.
Referenced by Define_icon(), Get_GFX2_Surface_pixel(), Get_Screen_pixel(), Get_Screen_pixel_ptr(), GFX2_Set_mode(), GFX2_SetPalette(), New_GFX2_Surface(), Parse_font(), Parse_skin(), Pre_load(), Read_GUI_block(), Render_text_SFont(), Screen_FillRect(), Set_GFX2_Surface_pixel(), Set_pixel(), Set_Screen_pixel(), SFont_Write(), Test_C64_Formats(), Test_Load(), Test_Save(), and Update_rect().
| word T_GFX2_Surface::h |
Height.
Referenced by Define_icon(), Get_GFX2_Surface_pixel(), GFX2_Set_mode(), GFX2_SetPalette(), New_GFX2_Surface(), Parse_font(), Parse_skin(), Read_GUI_block(), Render_text_SFont(), Screen_FillRect(), Set_GFX2_Surface_pixel(), Set_pixel(), SFont_InitFont(), SFont_TextHeight(), SFont_Write(), Test_C64_Formats(), Test_Load(), Test_Save(), and Update_rect().