-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#13868Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Gradients currently have a lot of color banding on all devices, and it looks very weird when using the pulse animation too. A solution is to make the gradients opaque, and to use dithered gradients with Skia. Dithered gradients aren't currently exposed, so adding a dither parameter to dart:ui's Paint class would be nice. We'd be able to manually draw our gradients with a CustomPainter.
b/143897620
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.