Skip to main content
Inspiring
March 19, 2019
Answered

RGB readout isn't 0 - 255

  • March 19, 2019
  • 1 reply
  • 5646 views

Why is my colour readout listing numbers from 0 to 1 instead of 0 to 255. I need to be able to give the RGB values to my programmer on a different system and so I need the proper RGB values that all other systems use.

Is there a toggle somewhere that I don't know about?

Cheers

This topic has been closed for replies.
Correct answer Dave_LaRonde

In the project settings, change the bit depth to 8.  Or ask your programmer if (s)he understands 32-bit color.

1 reply

Dave_LaRonde
Dave_LaRondeCorrect answer
Inspiring
March 19, 2019

In the project settings, change the bit depth to 8.  Or ask your programmer if (s)he understands 32-bit color.

Inspiring
March 19, 2019

Ah yes, that's the ticket.

Thanks.