mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Update Bloom.js
This commit is contained in:
parent
2f2aeb82e8
commit
12c0dc2d03
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ var FX_CONST = require('./const');
|
|||
* @since 3.60.0
|
||||
*
|
||||
* @param {Phaser.GameObjects.GameObject} gameObject - A reference to the Game Object that has this fx.
|
||||
* @param {number} [color] - The color of the Bloom, as a hex value.
|
||||
* @param {number} [color=0xffffff] - The color of the Bloom, as a hex value.
|
||||
* @param {number} [offsetX=1] - The horizontal offset of the bloom effect.
|
||||
* @param {number} [offsetY=1] - The vertical offset of the bloom effect.
|
||||
* @param {number} [blurStrength=1] - The strength of the blur process of the bloom effect.
|
||||
|
|
Loading…
Reference in a new issue