| Copyright | (c) 2017 Cristian Adrián Ontivero |
|---|---|
| License | BSD3 |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| Language | Haskell2010 |
Hasmin.Types.FilterFunction
Description
- data FilterFunction
- minifyPseudoShadow :: (Minifiable b, Minifiable t1, Minifiable t2, Traversable t) => (t2 -> t1 -> Maybe Length -> t b -> b1) -> t2 -> t1 -> Maybe Length -> t b -> Reader Config b1
Documentation
data FilterFunction #
CSS <filter-function> data type.
Constructors
| Blur Length | |
| Brightness Amount | |
| Contrast Amount | |
| Grayscale Amount | |
| Invert Amount | |
| Opacity Amount | |
| Saturate Amount | |
| Sepia Amount | |
| HueRotate Angle | |
| DropShadow Length Length (Maybe Length) (Maybe Color) |
Instances
minifyPseudoShadow :: (Minifiable b, Minifiable t1, Minifiable t2, Traversable t) => (t2 -> t1 -> Maybe Length -> t b -> b1) -> t2 -> t1 -> Maybe Length -> t b -> Reader Config b1 #