Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. Generating random Color as RGB value.
QtWS25 Last Chance

Generating random Color as RGB value.

Scheduled Pinned Locked Moved Unsolved Qt 6
2 Posts 2 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    eefesafak
    wrote on 11 Apr 2022, 10:55 last edited by
    #1

    How can I generate random color as RGB value in a QThread. Also, this value will be assigned into next pixel. This QImage object will go to the interface with a signal from the thread.
    My goal is to obtain an image of 300x300 pixels, each pixel of which consists of random RGB values.

    J 1 Reply Last reply 11 Apr 2022, 11:20
    0
    • E eefesafak
      11 Apr 2022, 10:55

      How can I generate random color as RGB value in a QThread. Also, this value will be assigned into next pixel. This QImage object will go to the interface with a signal from the thread.
      My goal is to obtain an image of 300x300 pixels, each pixel of which consists of random RGB values.

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 11 Apr 2022, 11:20 last edited by
      #2

      @eefesafak said in Generating random Color as RGB value.:

      How can I generate random color as RGB value in a QThread

      In a RGB image each pixel consists of 3 numbers, so simply generate 3 random numbers and construct a pixel from those 3 numbers.
      https://doc.qt.io/qt-5/qrandomgenerator.html
      https://doc.qt.io/qt-5/qimage.html#setPixel-1

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      4

      2/2

      11 Apr 2022, 11:20

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved