add links to blend formula sources
This commit is contained in:
parent
9633f29a6b
commit
bed384db6a
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
## Blending modes.
|
## Blending modes.
|
||||||
import chroma, math, algorithm
|
import chroma, math, algorithm
|
||||||
|
|
||||||
|
# See https://www.w3.org/TR/compositing-1/
|
||||||
|
# See https://www.khronos.org/registry/OpenGL/extensions/KHR/KHR_blend_equation_advanced.txt
|
||||||
|
|
||||||
type BlendMode* = enum
|
type BlendMode* = enum
|
||||||
bmNormal
|
bmNormal
|
||||||
bmDarken
|
bmDarken
|
||||||
|
|
Loading…
Reference in a new issue