
StringenumBlend modes we can draw with, determine how we blend new draws with existing buffer.
Kind: global enum
Read only: true
Properties
| Name | Type | Default |
|---|---|---|
| AlphaBlend | BlendMode |
alpha |
| Opaque | BlendMode |
opaque |
| Additive | BlendMode |
additive |
| Multiply | BlendMode |
multiply |
| Subtract | BlendMode |
subtract |
| Screen | BlendMode |
screen |
| Overlay | BlendMode |
overlay |
| Invert | BlendMode |
invert |
| Darken | BlendMode |
darken |
| DestIn | BlendMode |
dest-in |
| DestOut | BlendMode |
dest-out |
StringKind: global typedef