Windswept

object Windswept
class Object
trait Matchable
class Any

Value members

Concrete methods

def image: Image
def normalPoint(point: Point, stdDev: Double): Random[Point]
def randomBezier(cp1: Point, cp2: Point, end: Point, stdDev: Double): Random[BezierCurveTo]
def randomColor(meanHue: Angle): Free[[A] =>> RandomOp[A], Color]
def randomColumn(one: Random[Image], two: Random[Image], three: Random[Image], four: Random[Image], five: Random[Image]): Random[Image]
def randomPoint(x: Random[Double], y: Random[Double]): Random[Point]
def randomSquare(fill: Random[Color]): Random[Image]
def square(fill: Color): Image

Concrete fields

val columnFour: Random[Image]
val columnOne: Random[Image]
val columnThree: Random[Image]
val columnTwo: Random[Image]
val emeraldGreen: Random[Color]
val emeraldSquare: Random[Image]
val leafGreen: Random[Color]
val leafSquare: Random[Image]
val pattern: Random[Image]
val singleRepeat: Random[Image]
val tendril: Random[Image]
val tendrils: Random[Image]