<static> interpolateColorWithRGB(color, r, g, b, steps, currentStep) → {number}
Interpolates the two given colours based on the supplied step and currentStep properties.
Parameters
Name Type Description color number The first color value. r number The red color value, between 0 and 0xFF (255). g number The green color value, between 0 and 0xFF (255). b number The blue color value, between 0 and 0xFF (255). steps number The number of steps to run the interpolation over. curre