Language Constants - Gradients¶
The following constants can be used in a function that returns a gradient type:
return drHorizontalGradient
| Constant | Explanation | Example |
|---|---|---|
| drHorizontalGradient | Gradient start color is used at the left-hand side of the object to fill and ends on the right in the end color | ![]() |
| drVerticalGradient | Gradient start color is used at the top of the object to fill and ends at the bottom with the end color | ![]() |
| drSolid | No gradient. The whole area uses the same color | ![]() |


