Various touchups in preparation for a first release.
This commit is contained in:
parent
dafbde8e99
commit
5c368503e5
20 changed files with 279 additions and 78 deletions
|
|
@ -1,4 +1,7 @@
|
|||
/* math color grading from MariFX */
|
||||
/*
|
||||
Math color grading from MariENB
|
||||
(C)2012-2019 Marisa Kirisame
|
||||
*/
|
||||
#define luminance(x) dot(x,vec3(0.2126,0.7152,0.0722))
|
||||
|
||||
vec3 rgb2hsv( vec3 c )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue