@ujjwalvivek/tinyts
    Preparing search index...

    Interface ColorStop

    Represents a color stop for a gradient.

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

    Properties

    Properties

    color: string

    CSS color string.

    offset: number

    Offset between 0 and 1.