From a0c520c3edc86a08fa71c43f28c556e0a89b48a3 Mon Sep 17 00:00:00 2001 From: "Amy G. Dalin" Date: Thu, 6 Mar 2025 13:29:54 -0500 Subject: [PATCH] Fixed link to the color package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f1d24..b077bcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Golang Color Package -Provides several types for representing linear RGB and OkLab colours, compatible with the standard [color package](https://pkg.go.dev/color). +Provides several types for representing linear RGB and OkLab colours, compatible with the standard [color package](https://pkg.go.dev/image/color). The types in this package use float64 components and are definitely overkill - you don't need 192 or 256 bit colour. Probably.