On this page
Properties

Interface ColorStop

ColorStop

interface ColorStop {
    color: RgbaColor;
    value: number;
}
Index

Properties

Properties

color: RgbaColor

RGB[A] - Array of 3-4 numbers. 0-255 per channel.

value: number

The "value" at which this ColorStop should be applied.

Was this helpful?
SDK JS
Modules
Reference
interfaces
ColorStop