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 inFilter
which 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-shadow
property. - Simple
Shadow - A specified value for the
drop-shadow()
filter. - Specified
Filter - A specified value for a single
filter
.