KC's Workspace
    Preparing search index...

    A color stop within a legacy -webkit-gradient().

    interface WebKitColorStop {
        color: CssColor;
        position: number;
    }
    Index

    Properties

    Properties

    color: CssColor

    The color of the color stop.

    position: number

    The position of the color stop.