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

[DisplayList] Use internal conversion for opacity->alpha #165349

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

flar
Copy link
Contributor

@flar flar commented Mar 17, 2025

Removing an unnecessary dependence on an external library for doing opacity->alpha conversions in DlPaint.

@flar flar marked this pull request as ready for review March 17, 2025 22:15
@github-actions github-actions bot added the engine flutter/engine repository. See also e: labels. label Mar 17, 2025
@flar
Copy link
Contributor Author

flar commented Mar 17, 2025

This change could have been combined with other refactors, but since this line of code is used by OpacityLayers, there is a real potential to cause a large number of off-by-1 diffs in goldens.

Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@flar flar added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 18, 2025
@auto-submit auto-submit bot added this pull request to the merge queue Mar 18, 2025
Merged via the queue into flutter:master with commit c5d4edf Mar 18, 2025
170 checks passed
@flutter-dashboard flutter-dashboard bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine flutter/engine repository. See also e: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants