Color.blendNormal()

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

Blends the source color, ignoring the backdrop.

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 990)
doc_phaser
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.