You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you mean mixing pigments using the library: They are just RGB values. If you mean a set of pigments which are the basis of the mixing algorithm that define the pigment color space (here Phthalo Blue, Quinacridone Magenta, Hansa Yellow, and Titanium White) then you would need to modify the code. If you look in the python implementation the pigment data seem to be encoded in _lut, which would have to be recreated for a different pigment set. The calculations in float_rgb_to_latent and _eval_polynomial would probably also have to be rewritten.
Is there any way to set customized pigment set?
The text was updated successfully, but these errors were encountered: