Expand description
CSS property types for color.
Structs§
- ColorF
- f32-based color, range 0.0 to 1.0 (similar to webrenders ColorF)
- ColorU
- u8-based color, range 0 to 255 (similar to webrenders ColorU)
Enums§
- Color
OrSystem - A color reference that can be either a concrete color or a system color. System colors are lazily evaluated at runtime based on the user’s system theme.
- CssColor
Component - CssColor
Parse Error - CssColor
Parse Error Owned - Option
ColorU - System
Color Ref - Reference to a specific system color. These are resolved at runtime based on the user’s system preferences.
Functions§
- parse_
color_ or_ system - Parse a color that can be either a concrete color or a system color reference.
- parse_
css_ color