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

Add additional Composition Modes for QPainter

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P5: Not important
    • None
    • None
    • GUI: Painting
    • None

    Description

      The QPainter composition mode support is missing a number of common composition modes. These include:

      Hue - Applies the hue from the source pixel to the destination pixel, keeping the saturation and value of the destination.

      Saturation - Applies the saturation from the source pixel to the destination, keeping the hue and value of the destination

      Luminosity - Applies the luminosity of the source to the destination, keeping the hue and saturation of the destination

      Color - Applies both the hue and saturation of the source to the destination, keeping the luminosity of the destination

      Addition of these extra composition modes would greatly benefit QPainter

      Attachments

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

        Activity

          People

            sletta Gunnar Sletta
            ndawson Nyall Dawson
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes