Skip to main content

Module gradient_lut

Module gradient_lut 

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

GradientLinearColor
Simple 2-color linear gradient color function.
GradientLut
Gradient color lookup table.

Traits§

ColorFunction
Trait for color lookup functions used by span_gradient.