StringColorCrossFade
not ratedInserts color strings to the string to create a "fade"-effect from color c1 to color c2. Steps control how many "chunks" of text are colored. Change this to an appropriate and balanced value.
Steps must be: 256 >= steps >= 1. Recommended values are 25, 50 or 100.
The function doesn't allow the resulting string to be greater than 1023 characters long (Exception: the string is originally longer than 1023 characters). It auto-adjusts the quality of the fade to meet this limit, and if it cannot insert *any* coloring without exceeding this limit the string remains uncolored.
Requires: ColorIntegerGet (CreateColorInteger), CreateColorString
Steps must be: 256 >= steps >= 1. Recommended values are 25, 50 or 100.
The function doesn't allow the resulting string to be greater than 1023 characters long (Exception: the string is originally longer than 1023 characters). It auto-adjusts the quality of the fade to meet this limit, and if it cannot insert *any* coloring without exceeding this limit the string remains uncolored.
Requires: ColorIntegerGet (CreateColorInteger), CreateColorString