add links to blend formula sources

This commit is contained in:
Ryan Oldenburg 2020-12-03 20:21:15 -06:00
parent 9633f29a6b
commit bed384db6a

View file

@ -1,6 +1,9 @@
## Blending modes.
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
bmNormal
bmDarken