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

QAbstract3DSeries::setBaseColor does not support transparent colors

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.9.0 FF
    • 6.7.2
    • Graphs: 3D
    • None
    • Qt 6.7.2
    • Linux/X11
    • f10ab883a (dev)

    Description

      QAbstract3DSeries::setBaseColor  does not support transparent colors and sets alpha to 255, therefore its impossible to create semi transparent or transparent  surface.

      Example:

      1)

      no modification, default theme:

      2)

      series->setBaseColor(QColor(255, 0, 0, 128)); will produce:

      3)

      series->setBaseColor(QColor(255, 0, 0, 255));  will produce:

      4)

              series->setBaseColor(QColor(255, 0, 0, 0));  will produce:

      Attachments

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

        Activity

          People

            amr_essam Amr Elsayed
            vladislav Vladislav Agarkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes