Skip to content
  • Ell's avatar
    Bug 781804 - Dodge/Burn tool produces artifacts with negative channel values · e0dcf538
    Ell authored
    The halftones transfer mode of dodge/burn uses pow(), which produces
    NaN for negative input values.  This tool doesn't really have OOG
    values in mind, but using an odd power function fixes this issue,
    and is in line with the behavior of the other modes w.r.t. OOG
    values.
    e0dcf538