Color Scale
class ColorScale
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getRamp(range: ClosedRange<Double>? = null, totalColors: Int = 0, interval: Double = 0.0, breaks: List<Double>? = null, interpolate: Boolean = true, normalized: Boolean = false, easing: EasingCurve? = null): ColorRampResult
Generates a color ramp based on the color scale and the provided options.
Link copied to clipboard
fun getRamp260204(range: ClosedRange<Double>? = null, totalColors: Int = 0, interval: Double = 0.0, breaks: List<Double>? = null, interpolate: Boolean = true, normalized: Boolean = false, easing: EasingCurve? = null): ColorRampResult
Link copied to clipboard