python-colormath icon indicating copy to clipboard operation
python-colormath copied to clipboard

Support for matrix operations

Open RSKothari opened this issue 3 years ago • 1 comments

Hello,

Is there a plan to extend this awesome work to support matrix operations? For example, converting XYZ matrices to sRGB matrices.

RSKothari avatar Sep 12 '22 18:09 RSKothari

The API does ship with already a few pre-computed, e.g. https://github.com/gtaylor/python-colormath/blob/master/colormath/color_objects.py#L715. Is there a use case where you would need to do the computations yourself?

KelSolaar avatar Sep 26 '22 05:09 KelSolaar