Intermact API Reference / @intermact/core / sampleColorRamp
Function: sampleColorRamp()
sampleColorRamp(
t,stops?):string
Defined in: packages/core/src/pcg/color-ramp.ts:21
Sample a color ramp at t ∈ [0,1], returning a CSS rgb(r,g,b) string.
Parameters
t
number
stops?
readonly RgbStop[] = DEFAULT_RAMP
Returns
string