Skip to content

Fixed issue #5573 about color(...) thread safety#5575

Closed
Jesse-McDonald wants to merge 5 commits into
processing:masterfrom
Jesse-McDonald:master
Closed

Fixed issue #5573 about color(...) thread safety#5575
Jesse-McDonald wants to merge 5 commits into
processing:masterfrom
Jesse-McDonald:master

Conversation

@Jesse-McDonald

Copy link
Copy Markdown

replaced all instances of PGraphics using calcColor with a PColor
all versions of colorCalc now return a PColor instead of void
all ____FromCalc() methods replaced with set____(PColor) methods
changed all calls of colorCalc(...); ____FromCalc(); to `set______(colorCalc(...));

Fixed major thread safety issue with color and fill and similar
right name, same file
@benfry

benfry commented Mar 3, 2022

Copy link
Copy Markdown
Contributor

Closing this one since we don't have plans to change the overall behavior. More explanation here: processing/processing4#431 (comment)

@benfry benfry closed this Mar 3, 2022
@github-actions

github-actions Bot commented Mar 4, 2023

Copy link
Copy Markdown

This pull request has been automatically locked. Pull requests that have been closed are automatically locked 30 days after the last comment.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants