ZtoRGBpy

Version 1.0.1 Documentation

ZtoRGBpy.sRGB

sRGB = ZtoRGBpy.sRGB_HIGH[source]

Default sRGB Color Profile, equivalent to sRGB_HIGH.

Defined to be equal to sRGB_HIGH, this defines the default color profile used by the mapping and plotting functions. It shouldn’t be used as an explicit profile instead use sRGB_HIGH.

See also

sRGB_LOW, sRGB_HIGH

Example

Display the color wheel using matplotlib:

>>> import matplotlib.pyplot as plt
>>> import ZtoRGBpy
>>> ZtoRGBpy.colorwheel(profile=ZtoRGBpy.sRGB,grid=True)
>>> plt.show()

(png, hires.png, pdf)

../../_images/ZtoRGBpy-sRGB-1.png