-
Sorry, I'm new in colour-science package, but can't guess where in manual info about this. In all tutorials everything plotting in sRGB color space. What the way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @ssh4net, All the conversions for display should go through the colourspace defined in the https://github.com/colour-science/colour/blob/develop/colour/plotting/common.py#L112 If you change it for another RGB colourspace, the conversions will be done for that RGB colourspace. It is not very well tested, so please let us know if any issues! Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
Hi @ssh4net,
All the conversions for display should go through the colourspace defined in the
colour.plotting.CONSTANTS_COLOUR_STYLE
attribute here:https://github.com/colour-science/colour/blob/develop/colour/plotting/common.py#L112
If you change it for another RGB colourspace, the conversions will be done for that RGB colourspace. It is not very well tested, so please let us know if any issues!
Cheers,
Thomas