Module gradient

Module gradient 

Source
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§

GradientStop
A color stop in a gradient
LinearGradient
Linear gradient definition
PatternFill
Pattern fill definition
RadialGradient
Radial gradient definition

Enums§

GradientDirection
Direction of a linear gradient
PatternType
Pattern fill types for advanced styling

Constants§

MAX_GRADIENT_STOPS
Maximum number of gradient stops supported