Assign array to gl color?
Hey still going through some basics cant seem to update glcolor from function newargs?

sketch.glcolor ?
haha...okkk ill sit down in a sec
Perfect! Thanks Rob.
Any tips to interpolate between colors?
you can do a simple linear crossfade using vexpr (or implement the same expression in JS):
Cool i could create a function to mix from a to b.Thanks
id need to create 2 matrix for color a and color b, create an array for $f3 being 0. to 1. and * each matrice? or could i minus one array from another and add or minus from the specific array?
im way over my programming ability, my goal be able to fade alphas and slide between positions.maybe i could try some smaller systems.
ill look into multiplying matrices, at the moment i can manage running the calculations independently.ill try use task as mix 0/100, let me your thoughts?
