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

LCD Text, does not support non-opaque fill Color

XMLWordPrintable

      Text with a non-opaque fill color will be rendered in gray scale.
              Text text = new Text(...);
              text.setFill(new Color(0.0, 0.0, 1.0, 0.5)); // alpha = 0.5
      Will be render in gray scale regardless of font or if LCD is enabled.
      Because current lcd shader does not handle alpha

            thor Thor Johannesson (Inactive)
            thor Thor Johannesson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: