helma-0.8.4.14: HELMA - Haskellish Esoteric Limited Minimal Automaton
Safe HaskellNone
LanguageHaskell2010

HelVM.HelMA.Automata.Piet.Image

Synopsis

Documentation

newEmptyImage :: Coordinates -> Image a #

Constructors

imgSetPixel :: Coordinates -> a -> Image a -> Image a #

unsafeLoopUp :: Coordinates -> Image a -> a #

Getters

type Image a = Array Coordinates a #

Type