ColorPalette

doodle.image.examples.ColorPalette$
object ColorPalette

Attributes

Source
ColorPalette.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type CellFunc = (Int, Double) => Image

Attributes

Source
ColorPalette.scala

Value members

Concrete methods

def circleCell(size: Int): CellFunc

Attributes

Source
ColorPalette.scala
def column(hue: Int, lStep: Double, cell: CellFunc): Image

Attributes

Source
ColorPalette.scala
def image: Image

Attributes

Source
ColorPalette.scala
def palette(hStep: Int, lStep: Double, cell: CellFunc): Image

Attributes

Source
ColorPalette.scala
def squareCell(size: Int): CellFunc

Attributes

Source
ColorPalette.scala