Bump version to v6.0, update & improve README, add new screenshot, and more; closes #19

This commit is contained in:
ChaoticByte 2025-01-01 21:43:32 +01:00
parent afea5c9727
commit 01e17bd6e3
No known key found for this signature in database
5 changed files with 9 additions and 24 deletions

View file

@ -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) {