Skip to content

Use getUIMin/Max only for Lab and RGB

Amy spark requested to merge (removed):amyspark/fix-hdr-rgb into master

Lynx3d reports in IRC:

16:10:15 amyspark, I remembered wrong, but that doesn't make it better :( the use of "channel->getUIMin()" as max for the spinboxes effectively locks them 1.0 for RGB, even when you enable OCIO and turn exposure down :/

This merge request switches getUIMin/Max use to only for Lab and CMYK, which have a clamped range of values.

Merge request reports