a06ac39639
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
9 lines
193 B
Go
9 lines
193 B
Go
package colors
|
|
|
|
// Information on how an image looks like in terms of colors and light.
|
|
type ColorPerception struct {
|
|
Colors Colors
|
|
MainColor Color
|
|
Luminance LightMap
|
|
Chroma Chroma
|
|
}
|