Expand description
Filter effects API based on the W3C Filter Effects specification.
This module provides a comprehensive filter system supporting both high-level CSS filter functions and low-level SVG filter primitives. The API is designed to follow the W3C Filter Effects Module Level 1 specification.
Modules§
- color_
transformation - Common color transformation matrices.
- component_
transfer - composite
- convolution
- Common convolution kernels.
- displacement
- lighting
- morphology
- shadow
- turbulence
Structs§
- External
Image Source - Reference an external image as filter input.
- Filter
- A directed acyclic graph (DAG) of filter operations.
- Filter
Graph Node - Filter
Id - Unique identifier for a filter primitive in the graph.
- Filter
Inputs - Input connections for a filter primitive.
Enums§
- Edge
Mode - Edge mode for filter operations.
- Filter
Effect - Low-level filter primitives for granular control (SVG filter primitives).
- Filter
Input - A single filter input.
- Filter
Source - Filter input sources.
Type Aliases§
- Blend
Mode - Blend modes for combining colors.