McssDarkStyle class new in Git master
          #include <Magnum/Ui/Style.h>
        
        Style for builtin widgets based on the m.css dark theme.
An instance of this class is meant to be passed to the UserInterfaceGL constructor, to UserInterfaceGL::
Style animations
By default the style is created without any animations to make the initial UI setup easier. Once the application is set up for animations, you can pass Feature::
Base classes
- class AbstractStyle new in Git master
- Base for UserInterface styles.
Public types
- enum class Feature: UnsignedByte { EssentialAnimations = 1 << 0, Animations = EssentialAnimations|(1 << 1) }
- Style feature.
- 
              using Features = Containers::EnumSet<Feature> 
- Style features.
Constructors, destructors, conversion operators
- McssDarkStyle(Features features = {}) explicit
- Constructor.
Enum documentation
              enum class Magnum::
            Style feature.
| Enumerators | |
|---|---|
| EssentialAnimations | Enable just essential animations, which is currently a blinking cursor for text editing. Subset of Feature:: | 
| Animations | Enable all animations, which include fade out on pointer out, release and blur, as well as an animated text editing cursor. Superset of Feature:: | 
Typedef documentation
              typedef Containers::
            Style features.
Function documentation
               Magnum::
            Constructor.
| Parameters | |
|---|---|
| features | Style features to enable | 
              Debug& operator<<(Debug& debug,
              McssDarkStyle::
            Debug output operator.
              Debug& operator<<(Debug& debug,
              McssDarkStyle::
            Debug output operator.