blucontrol-0.5.0.0: Configurable blue light filter
Safe HaskellNone
LanguageHaskell2010

Blucontrol.Value

Documentation

class CompatibleValues a b where Source #

Methods

convertValue :: a -> b Source #

Instances

Instances details
CompatibleValues a a Source # 
Instance details

Defined in Blucontrol.Value

Methods

convertValue :: a -> a Source #

CompatibleValues (RGB Word8) a => CompatibleValues Temperature a Source # 
Instance details

Defined in Blucontrol.Value.RGB.Temperature

CompatibleValues (RGB Word8) (RGB Float) Source # 
Instance details

Defined in Blucontrol.Value.RGB