Skip to content
Commit 84a30894 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

ColorUtils: Drop transparent optimisation from linearInterpolation

When interpolating between transparent and a color, this used to return
a color with only the alpha component interpolated. However, this
results in incorrect colours when intentionally interpolating with 0
opacity black. So instead, just remove that and have it go through the
normal interpolation code.
parent 9bde1cc9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment