Skip to content

LineInterpolation🔗

TODO docs

Definition🔗

type LineInterpolation string
const (
    LineInterpolationLinear LineInterpolation = "linear"
    LineInterpolationSmooth LineInterpolation = "smooth"
    LineInterpolationStepBefore LineInterpolation = "stepBefore"
    LineInterpolationStepAfter LineInterpolation = "stepAfter"
)