Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8096321

Color adjust might produce artifacts on Linux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P3 P3
    • None
    • 8
    • javafx
    • Ubuntu Linux, hardware rendering

      Color adjust might produce artifacts on Linux.
      See attached images.

      First image:
      new ColorAdjust() {{
        setSaturation(-0.5f);
        setHue(0.5f);
        setContrast(1.5f);
        setBrightness(0.7f);
      }}

      Second image:
      new ColorAdjust() {{ setBrightness(0.7f); }}

            flar Jim Graham
            ilatyshe Irina Grineva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: