Skip to content

RadialGradientCoords

RadialGradientCoords<T> = object

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

T extends GradientCoordValue

r1: T

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

radius of the inner circle


r2: T

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

radius of the outer circle


x1: T

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

X coordinate of the first focal point


x2: T

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

X coordiante of the second focal point


y1: T

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

Y coordiante of the first focal point


y2: T

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

Y coordiante of the second focal point