whitePointD65 static method

List<double> whitePointD65()

Returns the standard white point; white on a sunny day.

Returns The white point

Implementation

static List<double> whitePointD65() {
  return _whitePointD65;
}