ColorPalette

object ColorPalette
class Object
trait Matchable
class Any

Type members

Types

type CellFunc = (Int, Double) => Image

Value members

Concrete methods

def circleCell(size: Int): CellFunc
def column(hue: Int, lStep: Double, cell: CellFunc): Image
def image: Image
def palette(hStep: Int, lStep: Double, cell: CellFunc): Image
def squareCell(size: Int): CellFunc