Module filters

Module filters 

Source
Expand description

Entry point for the CSS filters infrastructure.

Re-exports§

pub use self::error::FilterResolveError;

Modules§

blend
bounds 🔒
Filter primitive subregion computation.
color_matrix
component_transfer
composite
context
convolve_matrix
displacement_map
drop_shadow
error 🔒
flood
gaussian_blur
image
lighting
Lighting filters and light nodes.
merge
morphology
offset
tile
turbulence

Structs§

FilterPlan
Parameters using while rendering a whole filter property.
FilterSpec
Parameters to apply a list of SVG filter primitives onto a surface.
InputRequirements
Which surfaces need to be provided as inputs for a FilterPlan.
Primitive
The base filter primitive node containing common properties.
ResolvedPrimitive
UserSpacePrimitive
A fully resolved filter primitive in user-space coordinates.

Enums§

Input
An enumeration of possible inputs for a filter primitive.
PrimitiveParams
Resolved parameters for each filter primitive.

Traits§

FilterEffect
A filter primitive interface.

Functions§

render
Applies a filter and returns the resulting surface.
render_primitive 🔒