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

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.ColorSpecification

Synopsis

Documentation

data T #

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

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

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

name :: String -> T #

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.

white :: T #

black :: T #

gray0 :: T #

grey0 :: T #

gray :: T #

grey :: T #

red :: T #

green :: T #

blue :: T #

navy :: T #

cyan :: T #

pink :: T #

coral :: T #

khaki :: T #

gold :: T #

beige :: T #

brown :: T #

plum :: T #