TBLGradientValue
Gradient data index.
Definition
Unit: Blend2D
type TBLGradientValue = (CommonX0, CommonY0, CommonX1, CommonY1, RadialR0, RadialR1, ConicAngle, ConicRepeat)
Enumeration Values
CommonX0 (0)
X0 - start 'X' for a Linear gradient and X
center for both Radial and Conic gradients.
CommonY0 (1)
Y0 - start 'Y' for a Linear gradient and Y
center for both Radial and Conic gradients.
CommonX1 (2)
X1 - end 'X' for a Linear gradient and focal point X
for a Radial gradient.
CommonY1 (3)
Y1 - end 'Y' for a Linear/gradient and focal point Y
for a Radial gradient.
RadialR0 (4)
Radial gradient center radius.
RadialR1 (5)
Radial gradient focal radius.
ConicAngle = 2
Conic gradient angle.
ConicRepeat = 3
Conic gradient angle.