-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Milestone
Description
ofColor_:operator+= currently calls clamp() when it's done doing the +=
i imagined one of the applications of ofFloatColor would be for averaging or summing ofColor, which normally requires non-saturation semantics for +=. i could also do a / or * every += operation to avoid overflow. this doesn't have to be a bug, but it should at least be documented clearly when we discuss ofColor.