You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project is alive. If someone will submit a PR I am not gonna let it sit. Right this moment in life I just don't have much time to work on it myself, unfortunately.
I'm not sure if there's already an easy way to do this, but it would be nice to have some of the same functionality that
colour
has. Something like:blend :: (...) => e -> Color cs e -> Color cs e -> Color cs e
over :: (...) => Color (Alpha cs) e -> Color cs e -> Color cs e
overAlpha :: (...) => Color (Alpha cs) e -> Color (Alpha cs) e -> Color (Alpha cs) e
As I understand it, in
colour
, blends are always done in linear space.The text was updated successfully, but these errors were encountered: