Barotrauma

Barotrauma

View Stats:
HSV Color Component mistake or am I missing something?
As I understand, H, S, V feed into the R, G, B signals. So if I put in HSV: 0,1,1 It should output RGB 255,0,0. But when I do so, instead the color component outputs 1,0,0. When I do HSV: 180,1,1, it should output RGB 0,255,255, instead I get 0,1,1. H values in between give decimals.

So it seems like part of the math is there, but the values should then be getting multiplied by 255 before being recombined and output, no? But that isn't happening. And I can't just put the color component output to multiply by 255 because it gives comma separated output.
Last edited by Deceptive Pastry; Sep 28, 2021 @ 8:50pm
< >
Showing 1-1 of 1 comments
Slaiiz Sep 29, 2021 @ 4:31am 
Never got it to work properly in HSV mode either.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Sep 28, 2021 @ 8:50pm
Posts: 1