grassColor

fun grassColor(color: Color)

Sets the grassColorOverride and overrides the calculated grass color of the biome via a Color instance. To reset the grass color back to the default (null), use defaultGrassColor.


fun grassColor(color: Int)

Sets the grassColorOverride and overrides the calculated grass color of the biome via an RGB value (e.g. 0x0E8C00). To reset the grass color back to the default (null), use defaultGrassColor.