Type alias LinearGradientCoords<T>

LinearGradientCoords<T>: {
    x1: T;
    x2: T;
    y1: T;
    y2: T;
}

Type Parameters

Type declaration

  • x1: T

    X coordiante of the first point

  • x2: T

    X coordiante of the second point

  • y1: T

    Y coordiante of the first point

  • y2: T

    Y coordiante of the second point

Generated using TypeDoc