Blender
V3.3
|
Public Attributes | |
bGPDstroke * | gps |
int | pt_index |
int | pc [2] |
float | color [4] |
Definition at line 72 of file gpencil_vertex_paint.c.
float tGP_Selected::color |
Color
Definition at line 80 of file gpencil_vertex_paint.c.
Referenced by get_surrounding_color(), gpencil_grid_colors_calc(), and gpencil_save_selected_point().
bGPDstroke * tGP_Selected::gps |
Referenced stroke.
Definition at line 74 of file gpencil_vertex_paint.c.
Referenced by get_surrounding_color(), gpencil_grid_colors_calc(), and gpencil_save_selected_point().
int tGP_Selected::pc |
Position
Definition at line 78 of file gpencil_vertex_paint.c.
Referenced by brush_smear_apply(), gpencil_grid_colors_calc(), and gpencil_save_selected_point().
int tGP_Selected::pt_index |
Point index in points array.
Definition at line 76 of file gpencil_vertex_paint.c.
Referenced by get_surrounding_color(), gpencil_grid_colors_calc(), and gpencil_save_selected_point().