package
4.1.1
Repository: https://github.com/oakmound/oak.git
Documentation: pkg.go.dev

# Functions

NewConstant returns a span where the minimum and maximum are both i.
NewLinear returns a linear span between min and max.
NewLinearColor returns a linear color distribution between min and maxColor.
NewSpread returns a linear span from base-spread to base+spread.

# Interfaces

A Span represents some enumerable range.
A Spanable must be usable in basic arithmetic-- addition, subtraction, and multiplication.