Tiles

object Tiles
class Object
trait Matchable
class Any

Value members

Concrete methods

def image: Image
def randomColor(meanHue: Angle): Random[Color]
def randomTile(n: Int, color: Random[Color]): Random[Image]
def randomTriangle(width: Double): Random[Image]
def tile(baseN: Int, topN: Int): Random[Image]
def tileGrid(tile: Random[Image], sideLength: Int): Random[Image]

Concrete fields

val aquamarine: Random[Color]
val leafGreen: Random[Color]