openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

ofPopStyle sets color to black. #8021

Closed NickHardeman closed 2 months ago

NickHardeman commented 3 months ago

This is because the color values are cast to ints, but they are now floats. https://github.com/openframeworks/openFrameworks/blob/4eade4fdc09678a04d7cbe7f85d2c5c6bc72d0b1/libs/openFrameworks/gl/ofGLProgrammableRenderer.cpp#L1176

NickHardeman commented 2 months ago

closed by #8019