~alcinnz/Mondrian

ref: eba0f9a2b54b1eb3c95775fd8437e958c0eeb0f4 Mondrian/lib/Graphics/Rendering/Rect.hs -rw-r--r-- 221 bytes
eba0f9a2 — Adrian Cochrane Draft background-colour shader. 1 year, 4 months ago
                                                                                
eba0f9a2 Adrian Cochrane
1
2
3
4
5
6
module Graphics.Rendering.Rect(Rect(..), Rects(..),
    RectStyle(..), colour, Backgrounds(..)) where

import Graphics.Rendering.Rect.CSS
import Graphics.Rendering.Rect.CSS.Background
import Graphics.Rendering.Rect.Types