lucasb-eyer / go-colorful

A library for playing with colors in go (golang).
MIT License
1.14k stars 57 forks source link

Add BlendLrgb() #50

Closed mazznoer closed 3 years ago

mazznoer commented 3 years ago

blend-modes-4

makew0rld commented 3 years ago

@mazznoer Thanks for this PR! I have a couple requests.

mazznoer commented 3 years ago

BlendLinearRGB or BlendLinearRgb ?

makew0rld commented 3 years ago

You're right, it should be BlendLinearRgb to match the rest of the library.

makew0rld commented 3 years ago

Great, thanks!