Interface Illuminant

All Known Implementing Classes:
StandardIlluminant

public interface Illuminant
  • Method Summary

    Modifier and Type
    Method
    Description
    default double[]
    Returns the illuminant's 2D coordinate in 2D CIE-xy space.
    double[]
    Returns the illuminant's 3D coordinate in CIE-XYZ color space.
  • Method Details

    • getXYZ

      double[] getXYZ()
      Returns the illuminant's 3D coordinate in CIE-XYZ color space.
      Returns:
      the XYZ-coordinate
    • getXy

      default double[] getXy()
      Returns the illuminant's 2D coordinate in 2D CIE-xy space.
      Returns:
      the xy-coordinate