weldx.visualization.colors#

Color related tools.

Functions

color_generator_function

Yield a 24 bit RGB color integer.

color_int_to_rgb_normalized

Convert an 24 bit integer into a RGB color tuple with the value range (0.0-1.0).

color_to_rgb_normalized

Convert an arbitrary RGB color representation into a normalized RGB triplet.

get_color

Get a 24 bit RGB color from a dictionary or generator function.