GrafX2 2.9.3227
The ultimate 256-color painting program
|
A single memorized brush from the Brush Container. More...
#include <struct.h>
Data Fields | |
byte | Paintbrush_shape |
Kind of brush. More... | |
byte | Thumbnail [BRUSH_CONTAINER_PREVIEW_WIDTH][BRUSH_CONTAINER_PREVIEW_HEIGHT] |
word | Width |
word | Height |
byte * | Brush |
T_Palette | Palette |
< Color brush (if any) More... | |
byte | Colormap [256] |
byte | Transp_color |
A single memorized brush from the Brush Container.
byte T_Brush_template::Paintbrush_shape |
Kind of brush.
Referenced by Init_brush_container(), Restore_brush(), and Store_brush().
byte T_Brush_template::Thumbnail[BRUSH_CONTAINER_PREVIEW_WIDTH][BRUSH_CONTAINER_PREVIEW_HEIGHT] |
Referenced by Display_stored_brush_in_window(), and Restore_brush().
word T_Brush_template::Width |
Referenced by Display_stored_brush_in_window(), Init_brush_container(), Restore_brush(), and Store_brush().
word T_Brush_template::Height |
Referenced by Display_stored_brush_in_window(), Init_brush_container(), Restore_brush(), and Store_brush().
byte* T_Brush_template::Brush |
Referenced by Init_brush_container(), and Store_brush().
T_Palette T_Brush_template::Palette |
< Color brush (if any)
byte T_Brush_template::Colormap[256] |
Referenced by Display_stored_brush_in_window().
byte T_Brush_template::Transp_color |
Referenced by Init_brush_container(), and Store_brush().