Versions in this module Expand all Collapse all v0 v0.1.2 Jun 13, 2023 Changes in this version + const DefaultMaxImageDepth + func Generate(out draw.Image, dm DepthMap, pat image.Image, partSize int) + type DepthMap interface + At func(x, y int) int + Bounds func() image.Rectangle + type ImageDepthMap struct + Flat bool + Image image.Image + Inverse bool + Max int + func (dm ImageDepthMap) At(x, y int) int + func (dm ImageDepthMap) Bounds() image.Rectangle + type RandImage struct + Seed uint64 + func (img RandImage) At(x, y int) color.Color + func (img RandImage) Bounds() image.Rectangle + func (img RandImage) ColorModel() color.Model + type SymmetricRandImage struct + Seed uint64 + func (img SymmetricRandImage) At(x, y int) color.Color + func (img SymmetricRandImage) Bounds() image.Rectangle + func (img SymmetricRandImage) ColorModel() color.Model + type TiledImage struct + func (img TiledImage) At(x, y int) color.Color + func (img TiledImage) Bounds() image.Rectangle v0.1.1 Dec 2, 2021 v0.1.0 Dec 2, 2021