revid/revid.go: if saturation or brightness vars are invalid we don't break

Issue #173 resolved
Saxon Milton created an issue

In Revid.update() for saturation and brightness vars, we don’t break if the value is invalid and end up setting it anyways. This will caused undefined behaviour if we ever do provide an invalid value here.

Comments (1)

  1. Log in to comment