Expand description
Specified types for CSS values related to effects.
Re-exports§
pub use self::SpecifiedFilter as Filter;
Macros§
Structs§
- NonNegative
Factor - A value for the
<factor>parts inFilter. - Zero
ToOne Factor - A value for the
<factor>parts inFilterwhich clamps to one.
Functions§
- clamp_
to_ 🔒one - Clamp the value to 1 if the value is over 100%.
Type Aliases§
- BoxShadow
- A specified value for a single shadow of the
box-shadowproperty. - Simple
Shadow - A specified value for the
drop-shadow()filter. - Specified
Filter - A specified value for a single
filter.