Image saturate
/ desaturate
appear on the doc, but not on the module...
#987
Labels
bug
there is a bug in the way jimp behaves
help wanted
released
This issue/pull request has been released.
solution in issue
Expected Behavior
Hi, I would like to reduce or increase my image saturation, as specified in the doc here, but the module doesn't have those options.
My issue refer to another one, previously closed: #968
Current Behavior
Type '"saturate"' is not assignable to type 'ColorActionName'.
becausesaturate
ordesaturate
(andlighten
,darken
) doesn't exist onColorActionName
.Failure Information (for bugs)
---
Steps to Reproduce
Try to change the saturation of an image
As you can see on the screen, even Intellisense doesn't propose me
![Intellisense](https://user-images.githubusercontent.com/29955402/107883637-5445d080-6ef0-11eb-8c52-06a0e40feb12.png)
saturate
,desaturate
...Screenshots
Context
Failure Logs
The text was updated successfully, but these errors were encountered: