Skip to content

Various upgrades from ANTLR branch#44

Merged
sampottinger merged 7 commits intomasterfrom
antlr
Apr 8, 2019
Merged

Various upgrades from ANTLR branch#44
sampottinger merged 7 commits intomasterfrom
antlr

Conversation

@sampottinger
Copy link
Owner

[antlr branch] Fix issues related to #37.

[antlr branch] Fix issues related to #37.
@sampottinger
Copy link
Owner Author

Related to processing#5753 but not part of the java11 branch.

@sampottinger sampottinger changed the title Merge pull request #42 from sampottinger/antlr_public_fix Various upgrades from ANTLR branch Apr 8, 2019
boolean test = true;
color c1 = color(255, 255, 255);
color c2 = #A011CD; No newline at end of file
color c2 = test ? #A011CD : #C0C0C0C0; No newline at end of file
Copy link

@dzaima dzaima Apr 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Processing 3 currently doesn't allow the #AARRGGBB syntax. Was it mentioned somewhere that it should be added? (not that I'm against it.)
Either way, you should be careful about it - #00000000 is 100% opaque black because.. Processing

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for flagging that! It's strange because some of my older processing sketches do have the full hex code with transparency but I do see that mainline processing does not support it (anymore?). I'll look into it. I also typically have used processing-java I wonder if we were in the situation of it being supported on one but not the other?

@sampottinger sampottinger merged commit 2160a33 into master Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants