Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-131793

MultiEffect shows differently with ColorOverlay

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.8.1
    • None

    Description

      From my understanding, MultiEffect is a replacement for ColorOverlay(Qt Graphical Effects in Qt5). but it gives different results:

          Column {
              Text {
                  text: "MultiEffect"
              }
              MultiEffect {
                  source: org
                  colorization: 1.0
                  colorizationColor: "#8F8F8F80"
                  width: org.width
                  height: org.height
              }        Text {
                  text: "ColorOverlay"
              }
              ColorOverlay {
                  cached: true
                  color: "#8F8F8F80"
                  source: org
                  width: org.width
                  height: org.height
              }        Text {
                  text: "No effect"
              }
              Image {
                  id: org
                  source: "images/btn_type2_dialog_n.png"
              }
          } 

      is this a bug or an expected result?

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kagro Kaj Grönholm
            jiu shanheng jiu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes