-
Notifications
You must be signed in to change notification settings - Fork 42
color gradient from one color to black give strange result. #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you check what hue have your start and end color ? Can you reproduce it in python interactive shell and copy paste here for reproduction ?
|
ok, I dig a bit and the case is more rare than I thought.
If the darkening percentage is very high, I get this kind of result : in the console, I have this result :
|
May I share with you a few hints that might help us find the culprit...
On your last message, it is not clear for me if the image you pasted is the result of using To go forward on this topic, I'll suggest you to:
Many thanks for your interest in |
Hi @vaab, I solved the pb on my cython version, so you can try on your end.
|
When building a gradient from a color to black, the gradient go through many other hues, instead of going simply darker. It looks quite unnatural.
Wouldn't it be possible to treat white and black as special cases ?
The text was updated successfully, but these errors were encountered: