Name | <ElementTag.color_gradient[from=<color>;to=<color>;(style={RGB}/HSB)]> |
Returns | ElementTag |
Description | Returns the element with an RGB color gradient applied, with a unique color per character.
Specify the input as a map with keys 'from' and 'to' both set to hex colors (or any valid ColorTag). You can also choose a style (defaults to RGB): "style=RGB" tends to produce smooth gradients, "style=HSB" tends to produce bright rainbow-like color patterns. |
Example |
|
Example |
|
Example |
|
Example |
|
Group | text manipulation |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/bukkit/BukkitElementExtensions.java#L859 |