mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 05:14:58 +08:00
update mask docs
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
* @example
|
||||
* node.cache();
|
||||
* node.filters([Konva.Filters.Mask]);
|
||||
* node.threshold(0.1);
|
||||
* node.threshold(200);
|
||||
*/
|
||||
Konva.Filters.Mask = function(imageData) {
|
||||
// Detect pixels close to the background color
|
||||
|
||||
Reference in New Issue
Block a user