Skip to content

RadialGradientCoords

RadialGradientCoords<T> = object

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

Type Parameters

T

T extends GradientCoordValue

Properties

r1

r1: T

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

radius of the inner circle


r2

r2: T

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

radius of the outer circle


x1

x1: T

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

X coordinate of the first focal point


x2

x2: T

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

X coordiante of the second focal point


y1

y1: T

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

Y coordiante of the first focal point


y2

y2: T

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

Y coordiante of the second focal point