Home
News
Learn
Download
Examples
Community
Login
Phaser API Documentation
Version:
Namespaces
Classes
Events
Game Objects
Physics
Scenes
Changelog
Member of:
Phaser.BlendModes
<static, constant> COLOR_DODGE: number
Description:
Color Dodge blend mode. For Canvas only. Divides the bottom layer by the inverted top layer.
Type:
number
Since:
3.0.0
Source:
src/renderer/BlendModes.js
(Line
103
)
Possible examples