Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpp was not clamping correctly color value interpolations. In certain scenarios, if lerping were negative, it would offset the color incorrectly. the dart runtime doesn't need this fix, because the Color class does it internally. This PR copies how dart clamps its colors. Diffs= d563202b4 fix off color interpolation (#6375)
- Loading branch information