You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
RGBtoHSL should convert white color to the stable result which can be seen in other software.
Actual behavior:
The result is different.
Steps to Reproduce
Create a white constant.
Connect to the RGBtoHSL node and view the result.
Here is the comparison with Nuke and Fusion:
Natron (has a warning):
Nuke:
Fusion:
I know that RGBtoHSL doesn't apply gamma correction like Nuke and Fusion, but the result is only different in the pure white color. Another comparison that contain other color than white:
Confirmed fixed in 2.3.16 beta2, the RGB --> HSL conversion still delivers different results than Nuke (presumably because of gamma correction, converting to sRGB before using RGBToHSL gives very similar results) however this fix works as expected and I think this issue can be closed! :D
There's also a few more issues that should be closed linked here 👀
Problem
Expected behavior:
RGBtoHSL should convert white color to the stable result which can be seen in other software.
Actual behavior:
The result is different.
Steps to Reproduce
I know that RGBtoHSL doesn't apply gamma correction like Nuke and Fusion, but the result is only different in the pure white color. Another comparison that contain other color than white:
The only difference between Natron and the others is the logo at the bottom right corner. It's originally pure white. Here is the closer view of Natron result: https://cdn.discordapp.com/attachments/416187415879876612/722369471645220884/unknown.png
The edge of the logo blended with other color, it's not pure white so the conversion seems to be corrected. But the inside is pure white. This is the value: https://cdn.discordapp.com/attachments/416187415879876612/722370636110102579/unknown.png
Versions
The text was updated successfully, but these errors were encountered: