Struct smithay_client_toolkit::window::ColorSpec [−][src]
Expand description
Color specification to be used in Frame configuration
It regroups two colors, one for when the window is active and one for when it is not.
Fields
active: ARGBColor
The active color
inactive: ARGBColor
The inactive color
Implementations
Access the color associated with a certain window state
Create a ColorSpec that is always the same color
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ColorSpec
impl UnwindSafe for ColorSpec
Blanket Implementations
Mutably borrows from an owned value. Read more