Skip to content

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

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)