@rendley/sdk - v1.15.19
    Preparing search index...

    Interface ShapeGradientStop

    One color stop of a shape gradient. offset is the position along the gradient (0..1).

    interface ShapeGradientStop {
        color: string;
        offset: number;
    }
    Index

    Properties

    Properties

    color: string
    offset: number