interface RcsbFvColorGradient {
    colors: string | string[];
    thresholds: number[];
}

Properties

Properties

colors: string | string[]
thresholds: number[]