tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

Fix ColorHSB parameter's behavior #377

Closed newemka closed 9 months ago

newemka commented 9 months ago

RandomizePoints.hlsl was using RgbToLCh function, I replaced it by rgb2hsb and hsb2rgb so ColorHSB parameter is behaving as expected.

https://github.com/tooll3/t3/assets/3755089/0abf9f4b-0121-4961-84ce-ab26ff267419

pixtur commented 9 months ago

Good catch!