PD::Color(float r, float g, float b, float a) is not working as expected
Colors seem to be nearly fully transparent and always black which seems to be a non working * 255.f multiplication
Worked fine in v0.2, v0.3 and v0.4!
Seems to be an issue of v0.5.0 changes
Todo
resolve the issue and fix it
# Issue
`PD::Color(float r, float g, float b, float a)` is not working as expected
Colors seem to be nearly fully transparent and always black which seems to be a non working `* 255.f` multiplication
Worked fine in v0.2, v0.3 and v0.4!
Seems to be an issue of v0.5.0 changes
# Todo
resolve the issue and fix it
tobid7
added the Kind/Bug label 2025-09-29 15:48:34 +02:00
tobid7
self-assigned this 2025-09-29 15:48:34 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Issue
PD::Color(float r, float g, float b, float a)is not working as expectedColors seem to be nearly fully transparent and always black which seems to be a non working
* 255.fmultiplicationWorked fine in v0.2, v0.3 and v0.4!
Seems to be an issue of v0.5.0 changes
Todo
resolve the issue and fix it