Skip to content

LinearGradientCoords

LinearGradientCoords<T> = object

Defined in: src/gradient/typedefs.ts:14

T extends GradientCoordValue

x1: T

Defined in: src/gradient/typedefs.ts:18

X coordinate of the first point


x2: T

Defined in: src/gradient/typedefs.ts:26

X coordinate of the second point


y1: T

Defined in: src/gradient/typedefs.ts:22

Y coordinate of the first point


y2: T

Defined in: src/gradient/typedefs.ts:30

Y coordinate of the second point