Fixed link to the color package.
This commit is contained in:
		| @ -1,6 +1,6 @@ | |||||||
| # Golang Color Package | # 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. | The types in this package use float64 components and are definitely overkill - you don't need 192 or 256 bit colour. Probably. | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user