sosolimited/ofxSoso

ofxObject :: doMessage4f doesn't work with OF_SETCOLOR

Closed this issue · 1 comments

To tween color and alpha together, you need two messages: one 3f for color and one 1f for alpha.

Furthermore, setColor with 3 variables will automatically set the alpha of the object to 255.0 - we could add a separate method with 3 vars that uses the current alpha and have the 4 var method take no default

add of_setcolor4, which lets you tween color and alpha together