Struct grafix_toolbox::gui::Theme [−][src]
pub struct Theme { pub easing: f32, pub bg: Vec4, pub bg_focus: Vec4, pub fg: Vec4, pub fg_focus: Vec4, pub highlight: Vec4, pub text: Vec4, pub text_focus: Vec4, pub text_highlight: Vec4, pub font: Font, pub font_size: f32, }
Fields
easing: f32
bg: Vec4
bg_focus: Vec4
fg: Vec4
fg_focus: Vec4
highlight: Vec4
text: Vec4
text_focus: Vec4
text_highlight: Vec4
font: Font
font_size: f32
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Theme
impl UnwindSafe for Theme
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
pub fn is_in_subset(&self) -> bool
pub fn is_in_subset(&self) -> bool
Checks if self
is actually part of its subset T
(and can be converted to it).
pub fn to_subset_unchecked(&self) -> SS
pub fn to_subset_unchecked(&self) -> SS
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
pub fn from_subset(element: &SS) -> SP
pub fn from_subset(element: &SS) -> SP
The inclusion map: converts self
to the equivalent element of its superset.