Fix bug in xyzComponents documentation.

Former-commit-id: 3662ce918ad4eb0f969479a8e7df84aa2d82ccaf
This commit is contained in:
David Himmelstrup 2019-12-17 20:43:41 +08:00
commit 5e1f1fa4e9

View file

@ -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