Module effects

Source
Expand description

Specified types for CSS values related to effects.

Re-exports§

pub use self::SpecifiedFilter as Filter;

Macros§

factor_impl_common 🔒

Structs§

NonNegativeFactor
A value for the <factor> parts in Filter.
ZeroToOneFactor
A value for the <factor> parts in Filter 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.
SimpleShadow
A specified value for the drop-shadow() filter.
SpecifiedFilter
A specified value for a single filter.