blob: 16d52f0d91b107ec228a41278783ef1f043281be (
plain) (
blame)
1
2
3
4
5
|
Math::Gradient is used to calculate smooth transitions between numerical
values (also known as a "Gradient"). I wrote this module mainly to mix
colours, but it probably has several other applications. Methods are
supported to handle both basic and multiple-point gradients, both with
scalars and arrays.
|