photoprism/pkg/colors/perception.go
Michael Mayer a06ac39639 Add "similar" sorting option as proof-of-concept
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-04-11 12:14:37 +02:00

10 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
}