embcol.problem.Problem.params_to_oklabs

Problem.params_to_oklabs(params)[source]

Convert parameters to Oklab colors of samples.

Parameters:

params (array-like of float) – Parameters.

Returns:

numpy.ndarray of float – Oklab colors of samples. The shape is (N, 3), where N is the number of samples.