@supuwoerc/masonry
    Preparing search index...

    Interface ColorStop

    渐变色标 Gradient color stop

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

    Properties

    Properties

    color: string

    色标颜色值 Stop color value

    offset: number

    色标位置(0-1) Stop position (0-1)