removed ehance saturate method as enhance.reset(desaturate) has the same effect.
This commit is contained in:
parent
f9d77a41f2
commit
d2a0fc737a
1 changed files with 0 additions and 8 deletions
|
@ -360,14 +360,6 @@ function ComicBook(id, srcs, opts) {
|
|||
init();
|
||||
},
|
||||
|
||||
/**
|
||||
* Undo desaturate
|
||||
*/
|
||||
saturate: function () {
|
||||
delete enhancements.desaturate;
|
||||
ComicBook.prototype.drawPage();
|
||||
},
|
||||
|
||||
/**
|
||||
* Sharpen
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue