Enumeration: GradientDirection
texture/gradient.GradientDirection
Enumeration members
BL_TO_TR
โข BL_TO_TR = 5
Defined in
src/texture/gradient.ts:16
BOTTOM_TO_TOP
โข BOTTOM_TO_TOP = 3
Defined in
src/texture/gradient.ts:14
BR_TO_TL
โข BR_TO_TL = 4
Defined in
src/texture/gradient.ts:15
LEFT_TO_RIGHT
โข LEFT_TO_RIGHT = 1
Defined in
src/texture/gradient.ts:12
RIGHT_TO_LEFT
โข RIGHT_TO_LEFT = 0
Defined in
src/texture/gradient.ts:11
TOP_TO_BOTTOM
โข TOP_TO_BOTTOM = 2
Defined in
src/texture/gradient.ts:13