blucontrol-0.2.1.0: Configurable blue light filter
Safe HaskellNone
LanguageHaskell2010

Blucontrol.Gamma

Documentation

class Monad m => MonadGamma m where Source #

Methods

gamma :: m Trichromaticity Source #

Calculate a Trichromaticity. This is a monadic function, to allow the value to be dependent on side effects like time and location.

Instances

Instances details
MonadBase IO m => MonadGamma (GammaLinearT m) Source # 
Instance details

Defined in Blucontrol.Gamma.Linear

Monad m => MonadGamma (GammaConstT m) Source # 
Instance details

Defined in Blucontrol.Gamma.Const