Color.blendColorDodge()

<static> blendColorDodge(a, b) → {integer}

Brightens the backdrop color to reflect the source color.
Painting with black produces no change.

Parameters
Name Type Description
a integer

The source color to blend, in the range 1 to 255.

b integer

The backdrop color to blend, in the range 1 to 255.

Returns
integer -

The blended color value, in the range 1 to 255.

Source code: utils/Color.js (Line 1203)
doc_phaser
2017-02-14 10:41:38
Comments
Leave a Comment

Please login to continue.