fromCellular

fun fromCellular(width: Int, height: Int, cellSize: Int): Image

Creates an image filled with a cellular noise pattern.

Return

An Image object representing the created cellular noise image.

Parameters

width

The width of the image.

height

The height of the image.

cellSize

The size of the cells.