Smoke

object Smoke
class Object
trait Matchable
class Any
Smoke.type

Value members

Concrete methods

def cool(color: Color): Random[Color]
def particle(point: Point, color: Color, radius: Double): Image
def perturb(point: Point): Random[Point]
def randomWalk(steps: Int): Random[Image]
def step(point: Point, color: Color, radius: Double): Random[(Point, Color, Double)]
def widen(radius: Double): Random[Double]

Concrete fields

val drift: Vec