diff --git a/lib/src/palette.dart b/lib/src/palette.dart index 7bc9b33..e459d04 100644 --- a/lib/src/palette.dart +++ b/lib/src/palette.dart @@ -79,7 +79,8 @@ class HSVWithHueColorPainter extends CustomPainter { Paint() ..color = pointerColor ?? (useWhiteForeground(hsvColor.toColor()) ? Colors.white : Colors.black) ..strokeWidth = 1.5 - ..blendMode = BlendMode.luminosity + // https://github.com/mchome/flutter_colorpicker/issues/130 + // ..blendMode = BlendMode.luminosity ..style = PaintingStyle.stroke, ); }