[quote author=Ross link=topic=15455.msg16043#msg16043 date=1462154010]Hmm, I'm not sure what you mean exactly, you're trying to create a ColorRamp from code? You can make a color ramp export variable like the ones that particle systems use with [tt]export(ColorRamp) var[/tt], if that helps. Then the interpolate() method gives you the color at any given point (0-1), but it sounds like you knew that.[/quote]Yep, apparently I'm really inattentive. Of course it works like this. Thanks for the help and my apologies for being a dunce. I promise to improve myself.