Need to lerp ColorSequence for my custom tweening module, but roblox does not support it yet.
I was wondering how would I go about creating a function that returns a ColorSequence based on an Alpha and 2 ColorSequences
Any help is appreciated.
Need to lerp ColorSequence for my custom tweening module, but roblox does not support it yet.
I was wondering how would I go about creating a function that returns a ColorSequence based on an Alpha and 2 ColorSequences
Any help is appreciated.
I’m not pretty good with ColorSequence, but I recently learned that you need to use Keypoints for that. There’s info about that in the official Creator Documentation.
Roblox doesn’t support it yet because there are multiple ways it can be achieved. Each with their own pros and cons.
You have to lerp the amount of keypoints, the positions of those keypoints and the colours of those keypoints.
Here is an idea, but it might look weird for some combinations of ColorSequences