Expand description
Gradient color lookup table.
Port of agg_gradient_lut.h — builds a LUT (lookup table) from SVG-style
color stops. Used by SpanGradient to map gradient distances to colors.
Structs§
- Gradient
Linear Color - Simple 2-color linear gradient color function.
- Gradient
Lut - Gradient color lookup table.
Traits§
- Color
Function - Trait for color lookup functions used by span_gradient.