Skip to content

RadialGradientCoords

RadialGradientCoords<T> = object

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

T extends GradientCoordValue

r1: T

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

radius of the inner circle


r2: T

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

radius of the outer circle


x1: T

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

X coordinate of the first focal point


x2: T

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

X coordiante of the second focal point


y1: T

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

Y coordiante of the first focal point


y2: T

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

Y coordiante of the second focal point