Fixed link to the color package.

This commit is contained in:
Amy G. Dalin 2025-03-06 13:29:54 -05:00
parent b6ee756dd8
commit a0c520c3ed

View File

@ -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.