weasel API - v0.8.0
    Preparing search index...

    Interface GradStop

    A single color stop within a gradient. offset is in 0..1.

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

    Properties

    Properties

    color: string
    offset: number