Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blend-modes.md with Screen definition resolve #204 #217

Merged
merged 4 commits into from
Oct 15, 2021
Merged

Update blend-modes.md with Screen definition resolve #204 #217

merged 4 commits into from
Oct 15, 2021

Conversation

FlexYourBrain
Copy link
Contributor

Adding blend mode "Screen" definition. Please review.

Adding blend mode "Screen" definition. Please review.
Adding blend mode "Screen" definition. Please review.
@FlexYourBrain FlexYourBrain marked this pull request as ready for review October 14, 2021 15:55
@FlexYourBrain
Copy link
Contributor Author

Please link to issue #204 if all looks good. Thank you.

small indentation fix
@@ -8,3 +8,6 @@ Add

Multiply
: Darken the background with values of the the corresponding pixels of the component: `src.rgb * dst.rgb`

Screen
: Opposite of Multiply. Brighten background and values of the the corresponding pixels of the component: `src.rgb - dst.rgb * dst.rgb`
Copy link
Contributor

Choose a reason for hiding this comment

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

"the the"

Oh, I see we have the same on Multiply!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it! removed the extra "the" from both descriptions. I will make sure to proofread a bit more in future pr's !

Removed double wording "the the" in both Multiply and Screen definitions.
Copy link
Contributor

@britzl britzl left a comment

Choose a reason for hiding this comment

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

Thank you!

@britzl britzl merged commit 79cb351 into defold:master Oct 15, 2021
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