Bump version to v6.0, update & improve README, add new screenshot, and more; closes #19
This commit is contained in:
parent
afea5c9727
commit
01e17bd6e3
5 changed files with 9 additions and 24 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
// rgb2hsv and hsv2rgb functions adapted from https://godotshaders.com/shader/hsv-adjustment/
|
||||
// rgb2hsv and hsv2rgb functions adapted
|
||||
// from https://godotshaders.com/shader/hsv-adjustment/
|
||||
// original code by https://godotshaders.com/author/al1-ce/
|
||||
|
||||
// Convert RGB to HSV (hue, saturation, brightness)
|
||||
vec4 rgb2hsv(vec4 c) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue