colors

fun colors(strokeColor: Color = Color.Black, fillColor: Color = Color.Transparent, selectColor: Color = Color.Gray): HexGridColors

The grid's color values.

Colors aren't stateful yet, so they're handled as a simple data class for now.

Parameters

strokeColor

The cell outline color

fillColor

The normal cell fill color

selectColor

The fill color when the cell is selected