| License | BSD-3-Clause |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Swarm.Game.Scenario.Style
Description
Types for styling custom entity attributes
Documentation
Constructors
| Standout | |
| Italic | |
| Strikethrough | |
| Underline | |
| ReverseVideo | |
| Blink | |
| Dim | |
| Bold |
Instances
| FromJSON StyleFlag Source # | |
| ToJSON StyleFlag Source # | |
Defined in Swarm.Game.Scenario.Style | |
| Generic StyleFlag Source # | |
| Show StyleFlag Source # | |
| Eq StyleFlag Source # | |
| Ord StyleFlag Source # | |
| type Rep StyleFlag Source # | |
Defined in Swarm.Game.Scenario.Style type Rep StyleFlag = D1 ('MetaData "StyleFlag" "Swarm.Game.Scenario.Style" "swarm-0.5.0.0-6qXEbhCmuXA4wRndqqhBu" 'False) (((C1 ('MetaCons "Standout" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Italic" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Strikethrough" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Underline" 'PrefixI 'False) (U1 :: Type -> Type))) :+: ((C1 ('MetaCons "ReverseVideo" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Blink" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Dim" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Bold" 'PrefixI 'False) (U1 :: Type -> Type)))) | |
Hexadecimal color notation.
May include a leading hash symbol (see sRGB24read).
data CustomAttr Source #
Constructors
| CustomAttr | |