DOM-2.0.0: DOM Level 2 bindings for the WebBits package.Source codeContentsIndex
Data.DOM.RGBColor
Documentation
get'red :: (Monad mn, CRGBColor this, CCSSPrimitiveValue zz) => Expression this -> mn (Expression zz)Source
getm'red :: (Monad mn, CRGBColor this) => Expression this -> mn (Expression TCSSPrimitiveValue)Source
get'green :: (Monad mn, CRGBColor this, CCSSPrimitiveValue zz) => Expression this -> mn (Expression zz)Source
getm'green :: (Monad mn, CRGBColor this) => Expression this -> mn (Expression TCSSPrimitiveValue)Source
get'blue :: (Monad mn, CRGBColor this, CCSSPrimitiveValue zz) => Expression this -> mn (Expression zz)Source
getm'blue :: (Monad mn, CRGBColor this) => Expression this -> mn (Expression TCSSPrimitiveValue)Source
Produced by Haddock version 2.4.2