mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Documentation: clean up Item#blendMode types.
This commit is contained in:
parent
20fc389020
commit
344034cb62
1 changed files with 4 additions and 1 deletions
|
@ -297,7 +297,10 @@ var Item = this.Item = Base.extend({
|
|||
/**
|
||||
* The blend mode of the item.
|
||||
*
|
||||
* @type String('normal', 'multiply', 'screen', 'overlay', 'soft-light', 'hard-light', 'color-dodge', 'color-burn', 'darken', 'lighten', 'difference', 'exclusion', 'hue', 'saturation', 'luminosity', 'color', 'add', 'subtract', 'average', 'pin-light', 'negation')
|
||||
* @type String('normal', 'multiply', 'screen', 'overlay', 'soft-light',
|
||||
* 'hard-light', 'color-dodge', 'color-burn', 'darken', 'lighten',
|
||||
* 'difference', 'exclusion', 'hue', 'saturation', 'luminosity', 'color',
|
||||
* 'add', 'subtract', 'average', 'pin-light', 'negation')
|
||||
* @default 'normal'
|
||||
*
|
||||
* @example {@paperscript}
|
||||
|
|
Loading…
Reference in a new issue