mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Fix bug in xyzComponents documentation.
Former-commit-id: 3662ce918ad4eb0f969479a8e7df84aa2d82ccaf
This commit is contained in:
parent
b9e441f37c
commit
5e1f1fa4e9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import Reanimate.Builtin.Documentation
|
|||
import Codec.Picture
|
||||
|
||||
main :: IO ()
|
||||
main = reanimate $ docEnv $ animate $ const $ showColorMap $ interpolateRGB8 rgbComponents yellow blue
|
||||
main = reanimate $ docEnv $ animate $ const $ showColorMap $ interpolateRGB8 xyzComponents yellow blue
|
||||
where
|
||||
yellow = PixelRGB8 0xFF 0xFF 0x00
|
||||
blue = PixelRGB8 0x00 0x00 0xFF
|
||||
|
|
|
|||
Loading…
Reference in a new issue