PD::Color (pd-core) not working with float values (v0.5.0) #14

Open
opened 2025-09-29 15:48:34 +02:00 by tobid7 · 0 comments
Owner

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

# 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
Sign in to join this conversation.
No description provided.