PD::Color (pd-core) not working with float values (v0.5.0) #14
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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