blucontrol-0.3.2.0: Configurable blue light filter
Safe HaskellNone
LanguageHaskell2010

Blucontrol.Main.Control

Synopsis

Documentation

loopRecolor :: (ControlConstraint m (StM g (StM r ())), MonadBaseControl IO g, MonadBaseControl IO r, MonadControl m, MonadGamma c g, MonadRecolor r) => (forall a. g a -> IO (StM g a)) -> (forall a. r a -> IO (StM r a)) -> m () Source #

Run the loop, using gamma, recolor and doInbetween. The arguments are the actual monad runners.

data ConfigControl m g r Source #

Constructors

ConfigControl 

Fields