tylerreisinger / prisma

A powerful color representation, manipulation and conversion library that aims to be easy to use.
MIT License
21 stars 5 forks source link

Evaluate requiring the standard observer to be a parameter of the CIE spaces #6

Open tylerreisinger opened 5 years ago

tylerreisinger commented 5 years ago

It is incorrect to compare XYZ coordinates with different standard observers together. Evaluate if it would be worth extending Xyz<T> to Xyz<T, S> where S is a unit struct encoding the color matching functions used.