Skip to content
  • Ell's avatar
    libgimpmath: add SAFE_CLAMP() macro · e9f45798
    Ell authored
    The SAFE_CLAMP() macro is similar to CLAMP(), however, its result
    is always within the specified range, even if the input is NaN.
    e9f45798