GrafX2 2.9.3227
The ultimate 256-color painting program
T_Shade Struct Reference

Data for one setting of shade. Warning, this one is saved/loaded as binary. More...

#include <struct.h>

+ Collaboration diagram for T_Shade:

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...
 

Detailed Description

Data for one setting of shade. Warning, this one is saved/loaded as binary.

Field Documentation

◆ List

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().

◆ Step

byte T_Shade::Step

Step to increment/decrement on left-clicks.

Referenced by Menu_shade(), and Set_config_defaults().

◆ Mode

byte T_Shade::Mode

Shade mode: Normal, Loop, or No-saturation see SHADE_MODES.

Referenced by Menu_shade(), and Set_config_defaults().


The documentation for this struct was generated from the following file: