Skip to content

Commit d8b485a

Browse files
Fixed issues when running app with impeller on iOS
1 parent 786d043 commit d8b485a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/palette.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class HSVWithHueColorPainter extends CustomPainter {
7979
Paint()
8080
..color = pointerColor ?? (useWhiteForeground(hsvColor.toColor()) ? Colors.white : Colors.black)
8181
..strokeWidth = 1.5
82+
..blendMode = BlendMode.luminosity
8283
..style = PaintingStyle.stroke,
8384
);
8485
}

0 commit comments

Comments
 (0)