LCD Text distorts underlying image

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • fx2.1
    • Affects Version/s: fx2.1
    • Component/s: javafx
    • None

      LCD Text distorts underlying image. As result it looks if with different gamma.
      It is simple to understad while looking into the shader :

          float3 dstClr = sample(dstColor, texCoord2).rgb;
          float3 dstAdj = pow(dstClr, invGamma);
          float3 result = mix(dstClr, srcClr, glyphClr);

      dstAdj is NEVER used, but it must.

            Assignee:
            Philip Race
            Reporter:
            Kirill.Prazdnikov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: