@@ -1,8 +1,8 @@
package main
import (
"math"
"github.com/gen2brain/raylib-go/raylib"
)
func clamp01(v float32) float32 {
@@ -27,4 +27,3 @@ func Brightness(c rl.Color) float32 {
b := float32(c.B) / 255
return 0.2126*r + 0.7152*g + 0.0722*b
}
The note is not visible to the blocked user.