We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a special case of clear with a forced PixelAlphaCompositionMode.Src & PixelColorBlendingMode.Normal.
PixelAlphaCompositionMode.Src
PixelColorBlendingMode.Normal
For best efficiency this is dependent on #40 so you can composite the fastest path without have to special case to many things.
The text was updated successfully, but these errors were encountered:
This Api would solve #26... 2nd question is should Color.Transparent on the Fill APIs be special cased to force a Clear() operation?
Color.Transparent
Fill
Clear()
Sorry, something went wrong.
tocsoft
Successfully merging a pull request may close this issue.
This is a special case of clear with a forced
PixelAlphaCompositionMode.Src
&PixelColorBlendingMode.Normal
.For best efficiency this is dependent on #40 so you can composite the fastest path without have to special case to many things.
The text was updated successfully, but these errors were encountered: