xyzpy.plot.color
xyzpy.plot.color#
Helper functions for generating color spectrums.
Functions
|
Creates a color map for a single hue. |
|
Creates a color map for a single hue, with bright defaults. |
|
Convert lists of colors between formats |
|
|
|
|
|
Custom-defined colormaps |
- xyzpy.plot.color.cimple(hue, sat1=0.4, sat2=1.0, val1=0.95, val2=0.25, hue_shift=0.0, name='cimple', auto_adjust_sat=0.2)[source]#
Creates a color map for a single hue.
- xyzpy.plot.color.cimple_bright(hue, sat1=0.8, sat2=0.9, val1=0.97, val2=0.3, hue_shift=0.0, name='cimple_bright')[source]#
Creates a color map for a single hue, with bright defaults.