gnuplot-0.5.5: 2D and 3D plots using gnuplot

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.ColorSpecification

Synopsis

Documentation

data T Source #

rgb :: Double -> Double -> Double -> T Source #

Color components for Red, Green, Blue, must be in the range [0,1].

rgb8 :: Word8 -> Word8 -> Word8 -> T Source #

name :: String -> T Source #

Specify a color by name. You are responsible for choosing an existing name in gnuplot. If your color is available as Haskell variable in this module, then prefer this one.