On this page
Properties

Type Alias ColorRampOptions

type ColorRampOptions = {
    max?: number;
    min?: number;
    stops?: ColorStop[];
}
Index

Properties

Properties

max?: number

The value the colorramp ends

min?: number

The value the colorramp starts

stops?: ColorStop[]

Some color stops to copy from

Was this helpful?
SDK JS
Modules
Reference
types
ColorRampOptions