Results 1 to 2 of 2

Thread: How to perform HSV Color mixing ?

  1. #1
    Join Date
    Apr 2012
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Smile How to perform HSV Color mixing ?

    Hi Experts,
    i have extracted RGB values of image and converted it to Qcolor, and the QColor with RGB converted to HSV
    like below,
    QColor colorRGB = QColor(line[ x ]);
    QColor colorHSV = colorRGB.toHsv();

    Now i can extract colorHSV.hue(),colorHSV .saturation(),colorHSV .value() seperately, Could anyone suggest how to perform
    mixing of HSV contrast,brightness etc..

    Thanks
    AshKetchup

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to perform HSV Color mixing ?

    This is not Qt issue - but color theory - wrong forum.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Mixing Qt and c
    By Aladin in forum General Programming
    Replies: 8
    Last Post: 28th March 2011, 14:29
  2. Mixing static and dynamic Qt builds.
    By End in forum Newbie
    Replies: 3
    Last Post: 2nd March 2010, 22:04
  3. Problem when mixing openGL and QPainter
    By sanjayshelke in forum Qt Programming
    Replies: 9
    Last Post: 21st March 2008, 12:49
  4. Mixing MFC and Qt
    By Lele in forum Qt Programming
    Replies: 1
    Last Post: 11th May 2006, 14:55
  5. Mixing C and Qt
    By forloRn_ in forum Qt Programming
    Replies: 6
    Last Post: 21st February 2006, 00:56

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.