LinearGradientCoords
LinearGradientCoords<
T
> =object
Defined in: src/gradient/typedefs.ts:14
Type Parameters
Section titled “Type Parameters”T
extends GradientCoordValue
Properties
Section titled “Properties”x1:
T
Defined in: src/gradient/typedefs.ts:18
X coordiante of the first point
x2:
T
Defined in: src/gradient/typedefs.ts:26
X coordiante of the second point
y1:
T
Defined in: src/gradient/typedefs.ts:22
Y coordiante of the first point
y2:
T
Defined in: src/gradient/typedefs.ts:30
Y coordiante of the second point