Re-exports§
pub use color::CSS_COLOR_TABLE;
Structs§
- CSS_
COLOR_ TABLE - Table with Named Colors in CSS
Functions§
- angle_
parser - Parser for a angle value string.
- angle_
serde_ parser - Wrapper for
angle_parser
that implements a serde deserializer - angle_
string_ parser - Wrapper for
angle_parser
that returns an optional f32 - color_
parser - Parser for strings that represent a
bevy::render::color::Color
. - color_
serde_ parser - Wrapper for [
angle_parser
] that implements a serde deserializer - color_
string_ parser - Wrapper for
color_parser
that returns an optionalbevy::render::color::Color
- rect_
parser - Parse
bevy::ui::UiRect
from a string of a single val strings - rect_
serde_ parser - Wrapper for
rect_parser
that implements a serde deserializer - rect_
string_ parser - Wrapper for
rect_parser
that returns an optionalbevy::ui::Val
- val_
parser - Parser for strings that represent a
bevy::ui::Val
. - val_
serde_ parser - Wrapper for
val_parser
that implements a serde deserializer - val_
string_ parser - Wrapper for
val_parser
that returns an optionalbevy::ui::Val