Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed transparent colors in interpolateColors (software-mansion#2354)
## Description When one of the colors in the output range was transparent, interpolateColors doesn't work, due to a wrong undefined check. Fixes software-mansion#2328 ## Changes - Changed to explicit check if color is undefined, to prevent issue when color value is 0
- Loading branch information