GradientColour Function

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Sovde

Staff member
Moderator
Feb 18, 2022
23
2
3
Consists of a gradient function that takes three strings. The first is the text that will be coloured, the second is the hex code (just the digits, eg "88E59A") of the starting colour, and the third is the hex code of the ending colour. The return value is the coloured string.
Also contains two helper functions for converting between hexadecimal and decimal.