Open talos opened 8 years ago
Borders might look more "audubon-esque" if they were thinner and somewhat translucent.
According to this post, you can get border translucency with rgba(). You'd need to figure out how to express the colors coming out of your color function as rgba.
rgba()
rgba
Converting hex to rgba.
Borders might look more "audubon-esque" if they were thinner and somewhat translucent.
According to this post, you can get border translucency with
rgba()
. You'd need to figure out how to express the colors coming out of your color function asrgba
.