ยค emptyCD, blankCD, et al

Fixed size drawings

Types

emptyCD :: FixedColorDrawing
blankCD :: Size -> FixedColorDrawing
aboveCD :: FixedColorDrawing -> FixedColorDrawing -> FixedColorDrawing
besideCD :: FixedColorDrawing -> FixedColorDrawing -> FixedColorDrawing
hboxCD :: Foldable t => t FixedColorDrawing -> FixedColorDrawing
vboxCD :: Foldable t => t FixedColorDrawing -> FixedColorDrawing

Description

These are functions for combining FixedColorDrawings, available as a light-weight alternative when the full power of Drawings and the Fudgets layout machinery is not needed.

See Also

FixedColorDrawing, Drawing.

Bugs

This page documents work progress. Information on this page is subject to change without notice and does not represent a commitment on the part of the Fudgets corporation.