Blender
V3.3
|
Public Attributes | |
float | bottom [2] |
float | top [2] |
float | color [4] |
int | totcol |
Definition at line 59 of file gpencil_vertex_paint.c.
float tGP_Grid::bottom |
Lower right corner of rectangle of grid cell.
Definition at line 61 of file gpencil_vertex_paint.c.
Referenced by gpencil_grid_cell_index_get(), and gpencil_grid_cells_init().
float tGP_Grid::color |
Average Color
Definition at line 65 of file gpencil_vertex_paint.c.
Referenced by brush_smear_apply(), and gpencil_grid_colors_calc().
float tGP_Grid::top |
Upper left corner of rectangle of grid cell.
Definition at line 63 of file gpencil_vertex_paint.c.
Referenced by gpencil_grid_cell_index_get(), and gpencil_grid_cells_init().
int tGP_Grid::totcol |
Total points included.
Definition at line 67 of file gpencil_vertex_paint.c.
Referenced by gpencil_grid_colors_calc().