|
Blender
V2.93
|
Public Attributes | |
| bGPDstroke * | gps |
| int | pt_index |
| int | pc [2] |
| float | color [4] |
Definition at line 87 of file gpencil_vertex_paint.c.
| float tGP_Selected::color |
Color
Definition at line 95 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 89 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 93 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 91 of file gpencil_vertex_paint.c.
Referenced by get_surrounding_color(), gpencil_grid_colors_calc(), and gpencil_save_selected_point().