GrafX2 2.9.3227
The ultimate 256-color painting program
|
Data for one setting of shade. Warning, this one is saved/loaded as binary. More...
#include <struct.h>
Data Fields | |
word | List [512] |
List of entries, each one is either a color (0-255) or -1 for empty. More... | |
byte | Step |
Step to increment/decrement on left-clicks. More... | |
byte | Mode |
Shade mode: Normal, Loop, or No-saturation see SHADE_MODES. More... | |
Data for one setting of shade. Warning, this one is saved/loaded as binary.
word T_Shade::List[512] |
List of entries, each one is either a color (0-255) or -1 for empty.
Referenced by Insert_empty_cell_in_shade(), Insert_shade(), Menu_shade(), Shade_draw_grad_ranges(), and Swap_shade().
byte T_Shade::Step |
Step to increment/decrement on left-clicks.
Referenced by Menu_shade(), and Set_config_defaults().
byte T_Shade::Mode |
Shade mode: Normal, Loop, or No-saturation see SHADE_MODES.
Referenced by Menu_shade(), and Set_config_defaults().