ciexyy

package
v0.35.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package ciexyy provides support for the CIE xyY colour space. This is often used to specify chromaticities for colour space primaries and reference white points.

Index

Constants

This section is empty.

Variables

View Source
var D50 = Color{X: 0.34567, Y: 0.35850, YY: 1}
View Source
var D65 = Color{X: 0.31271, Y: 0.32902, YY: 1}

Functions

This section is empty.

Types

type Color

type Color struct {
	X  float32
	Y  float32
	YY float32
}

Color represents a linear normalised colour in CIE xyY space.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL