Page 1 of 1

C# Fading channels

Posted: 28 Apr 2011, 20:40
by forno
Hi everybody!
I've some led fixtures of which I need to fade colors quickly, so I've tought about a little C# plugin.

I'm using mattotone lib, it works great, but I haven't any idea how to perform a fade from a color to another.

Can anybody help? Thanks!

Re: C# Fading channels

Posted: 29 Apr 2011, 12:37
by forno
Yes, I'm using SendMessage and that's the way to set the rgb color, but my problem is exactely on the fade procedure, I haven't any idea how to perform it... ;)