HexGridDefaults

Default values used by HexGrid.

Functions

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

The grid's color values.

Link copied to clipboard
fun indicesShown(rows: Boolean = false, columns: Boolean = false): IndicesShown

The values for which indices are displayed in each cell.