blucontrol-0.2.0.0: src/Blucontrol/Gamma.hs
module Blucontrol.Gamma (
MonadGamma (..)
) where
import Blucontrol.RGB
class Monad m => MonadGamma m where
{- | Calculate a 'Trichromaticity'.
This is a monadic function, to allow the value to be dependent on side effects like time and
location.
-}
gamma :: m Trichromaticity