Skip to content

LinearGradientCoords

LinearGradientCoords<T>: object

Type Parameters

T extends GradientCoordValue

Type declaration

x1

x1: T

X coordiante of the first point

x2

x2: T

X coordiante of the second point

y1

y1: T

Y coordiante of the first point

y2

y2: T

Y coordiante of the second point

Defined in

src/gradient/typedefs.ts:15