Blender  V3.3
Public Attributes | List of all members
tGP_Grid Struct Reference

Public Attributes

float bottom [2]
 
float top [2]
 
float color [4]
 
int totcol
 

Detailed Description

Definition at line 59 of file gpencil_vertex_paint.c.

Member Data Documentation

◆ bottom

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

◆ color

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

◆ top

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

◆ totcol

int tGP_Grid::totcol

Total points included.

Definition at line 67 of file gpencil_vertex_paint.c.

Referenced by gpencil_grid_colors_calc().


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