Expand description
Gradient fills and advanced styling for no_std environments
This module provides gradient rendering capabilities that work efficiently on embedded systems without heap allocation.
Structs§
- Gradient
Stop - A color stop in a gradient
- Linear
Gradient - Linear gradient definition
- Pattern
Fill - Pattern fill definition
- Radial
Gradient - Radial gradient definition
Enums§
- Gradient
Direction - Direction of a linear gradient
- Pattern
Type - Pattern fill types for advanced styling
Constants§
- MAX_
GRADIENT_ STOPS - Maximum number of gradient stops supported