mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-13 09:02:54 +00:00
Rename Interpolate module to ColorComponents
Fixes #73 Former-commit-id: d95bb857fb676acc16669b58014fae33f697f61f
This commit is contained in:
parent
7da871b2b2
commit
d92660fe18
16 changed files with 16 additions and 16 deletions
|
|
@ -5,7 +5,7 @@ module Main(main) where
|
|||
import Reanimate hiding (raster)
|
||||
import Reanimate.Builtin.Documentation
|
||||
import Reanimate.Builtin.TernaryPlot
|
||||
import Reanimate.Interpolate
|
||||
import Reanimate.ColorComponents
|
||||
import Data.Colour.CIE
|
||||
import Codec.Picture.Types
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue