projects/aoc-client/core/types/aoc-grid-types.ts
Properties |
degree |
degree:
|
Type : number
|
For 'angle' gradient, specifies the direction of the gradient. 0 is from the left to the right. Values from 1 - 359 rotates the direction clockwise |
gradient |
gradient:
|
stops |
stops:
|
Type : AocExceljsGradientStop[]
|
Specifies the gradient colour sequence. Is an array of objects containing position and color starting with position 0 and ending with position 1. Intermediary positions may be used to specify other colours on the path. |
type |
type:
|