@samatawy/diagrams
    Preparing search index...

    Interface GradientStop

    interface GradientStop {
        id: string;
        color: string;
        position: number;
    }
    Index

    Properties

    Properties

    id: string
    color: string

    Any CSS colour string; stored normalised as rgba(r,g,b,a) internally.

    position: number

    Position in the gradient, 0–100. N.B. When applying to HTML Canvas, we deivide by 100.