DataLudi Grid v.1 > Classes > GridStyles
Fill object when draws the background of shape in the cell renderer including direct drawing shape by canvas drawing api. When to set, specify various styles as below examples.
// Solid Brush
column.styles().setShapeBackground('#3300ff00');
// Linear Gradient Brush
column.styles().setShapeBackground('linear,#ffffff,#f0f0f0,90');
// rgba()
column.styles().setShapeBackground('rgba(255, 254, 253, 0.5');