photoprism/pkg/colors/perception.go

10 lines
193 B
Go
Raw Normal View History

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
}