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
We end up with a color with saturation -0.7 instead of 0.7.
I think being able to pass ((-) x) is good. One workaround would be to chain the passed function with abs, it wouldn't break (*), (+) and always as generating negative makes no real sense (it would change the behavior of (+) -0.5 if the value is less than 0.5 but is it an issue?).
The text was updated successfully, but these errors were encountered:
kuon
changed the title
Passing ((-) x) as function is not intuitive
Passing ((-) x) as function to map functions is not intuitive
Jun 10, 2017
I noticed that if we do:
We end up with a color with saturation
-0.7
instead of0.7
.I think being able to pass
((-) x)
is good. One workaround would be to chain the passed function withabs
, it wouldn't break(*)
,(+)
andalways
as generating negative makes no real sense (it would change the behavior of(+) -0.5
if the value is less than0.5
but is it an issue?).The text was updated successfully, but these errors were encountered: