yltang Posted October 19, 2015 Share Posted October 19, 2015 Can somebody explain the effects of the following four blend modes of a BitmapData object? There are no descriptions in Phaser's documentation. a. blendDestinationAtop b. blendDestinationIn c. blendDestinationOut d. blendDestinationOver Also, which one is the default one? Link to comment Share on other sites More sharing options...
chg Posted October 19, 2015 Share Posted October 19, 2015 https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation Link to comment Share on other sites More sharing options...
yltang Posted October 19, 2015 Author Share Posted October 19, 2015 Great! Many thanks. Link to comment Share on other sites More sharing options...
Recommended Posts