bludigon-0.1.0.0: src/Bludigon/Recolor.hs
module Bludigon.Recolor ( MonadRecolor (..) ) where import Bludigon.RGB class Monad m => MonadRecolor m where -- | Apply a 'Trichromaticity'. recolor :: Trichromaticity -> m ()
module Bludigon.Recolor ( MonadRecolor (..) ) where import Bludigon.RGB class Monad m => MonadRecolor m where -- | Apply a 'Trichromaticity'. recolor :: Trichromaticity -> m ()