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.ndarrayoffloat– Oklab colors of samples. The shape is(N, 3), whereNis the number of samples.