The issue occurs when displaying the ColorPicker on a second monitor with scale=1 the ColorPicker appears blurry, This is due to snapping and changing the value of `-fx-snap-to-pixel` for the `ColorPalette` fixes the issue
------------- Commit messages: - Merge branch 'openjdk:master' into 8322486.colorpicker - Changing -fx-snap-to-pixel to true Changes: https://git.openjdk.org/jfx/pull/1869/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1869&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8322486 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jfx/pull/1869.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1869/head:pull/1869 PR: https://git.openjdk.org/jfx/pull/1869