Cant get color 3 from color sequence

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want a complex lerping with multiple color

  2. **What is the issue?**So i have this snippet of code partileemitern.Keypoints[meter1/6666.5] which is returning nil,And i want the colors between the two keypoints,Not the keypoint

  3. **What solutions have you tried so far?**When i try it i saw that they only use [1],But i want the color in between not the […] color

1 Like

Seems you’re after an RGB value at an arbitrary time, not a defined keypoint. If so, the ColorSequence documentation has an example under “Evaluation” explaining why you’re getting an error, and a snippet of code that can be used to evaluate the RGB value you’re after.

1 Like