providesColor

open fun providesColor(reference: ReferenceWhite): Boolean

Helper to check if a particular reference white point is supported by the colorimetry data from this device (i.e - checks if the reference is present in the supportedReferences list`).

Parameters

reference

Reference white point to check for compatibility


open fun providesColor(illuminant: Illuminant, observer: Observer): Boolean

Helper to check if a particular reference white point is supported by the colorimetry data from this device (i.e - checks if the reference is present in the supportedReferences list`).

Parameters

illuminant

Reference illuminant to check for compatibility

observer

Reference observer to check for compatibility