Skip to content
  • Niklas Haas's avatar
    lcms: assert s_r, s_g, s_b > 1 · f3b3251b
    Niklas Haas authored
    Turns out clang was right in warnung us about the possible division by
    zero: we only asserted > 0, but > 1 is the minimum assertion needed to
    make the code safe.
    f3b3251b