<static> blendAdd(a, b) → {integer}
Adds the source and backdrop colors together and returns the value, up to a maximum of 255.
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 1058)