summaryrefslogtreecommitdiffstats
path: root/lib/Phi/Types.hs
blob: 6e03918c40d2a3d873c74320ef55dc1f99e5e0f4 (plain)
1
2
3
4
5
6
7
8
module Phi.Types ( Position(..)
                 , Color
                 ) where


data Position = Top | Bottom

type Color = (Double, Double, Double, Double)