WhitePoint

data class WhitePoint(val name: String, val chromaticity: xyY)

A named chromaticity

Constructors

Link copied to clipboard
constructor(name: String, chromaticity: xyY)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String