| Name | <&gradient[from=<color>;to=<color>;(style={RGB}/HSB)]> |
| Returns | ElementTag |
| Description | Returns a chat code that makes the following text be the specified color.
Input works equivalently to ElementTag.color_gradient, return to that tag for more documentation detail and input examples. The gradient runs from whatever text is after this gradient, until the next color tag (0-9, a-f, 'r' reset, or an RGB code. Does not get stop at formatting codes, they will be included in the gradient). Note that this is a magic Denizen tool - refer to Denizen Text Formatting. |
| Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/TextTagBase.java#L299 |