<static> blendDifference(a, b) → {integer}
Subtracts the darker of the two constituent colors from the lighter.
Painting with white inverts the backdrop 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 1084)
 
Please login to continue.