grassColor

fun grassColor(color: Color)

Sets the grassColorOverride and overrides the calculated grass color of the biome via a Color instance.


fun grassColor(color: Int)

Sets the grassColorOverride and overrides the calculated grass color of the biome via an RGB value (e.g. 0x0E8C00).