What version of Go are you using (go version)?
$ go version
1.13.7
Does this issue reproduce with the latest release?
Yes: https://tip.golang.org/pkg/image/color/
What did you expect to see?
The image/color relies on some color theory. But no pointers are given to learn about that theory.
Here are a few questions for which the documentation should give answers or even just hints:
- What is Alpha?
- What is the difference between alpha-premultiplied and non-alpha-premultiplied (some answer exists in doc for type RGBA, but more in overview would be helpful) and when should one be used).
Also, no examples. That would be useful to understand Model.
What did you see instead?
The package overview section is a single sentence:
Package color implements a basic color library.
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes: https://tip.golang.org/pkg/image/color/
What did you expect to see?
The
image/colorrelies on some color theory. But no pointers are given to learn about that theory.Here are a few questions for which the documentation should give answers or even just hints:
Also, no examples. That would be useful to understand Model.
What did you see instead?
The package overview section is a single sentence: