jit.charmap, color transition?
Hello.
As you see in Jit.charmap help patch,
I wanted to save each colors I want to adjust to the matrix, from a combination of RGB multislider. so I saved RGB multislider's message data into coll objects for each colors.
then, I want to trigger to crossfade change from color1 to color2 .. what I saved as a color palette.
How can I make these colors crossfade that are generated and saved from rgb multislider?
thanks.
jit.xfade?
if not, please post a patch.
Thanks!
How can I connect from pattrstorage to jit.fill and jit.charmap ??
I want to pull the collected color sets to jit.fill then adjust into jit.charmap
thanks
`
exactly the same way as in the jit.charmap help file
thank you for your reply.
I wanted to save argb combination to each color set, and want to recall the set for color transition.
so I used pattrstorage for saving and recalling the set..