Type alias RadialGradientCoords<T>

RadialGradientCoords<T>: {
    r1: T;
    r2: T;
    x1: T;
    x2: T;
    y1: T;
    y2: T;
}

Type Parameters

Type declaration

  • r1: T

    radius of the inner circle

  • r2: T

    radius of the outer circle

  • x1: T

    X coordinate of the first focal point

  • x2: T

    X coordiante of the second focal point

  • y1: T

    Y coordiante of the first focal point

  • y2: T

    Y coordiante of the second focal point

Generated using TypeDoc