weldx.visualization.colors.color_int_to_rgb_normalized#

weldx.visualization.colors.color_int_to_rgb_normalized(integer)#

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

Parameters

integer (int) – The value that should be converted

Returns

The resulting RGB tuple.

Return type

Tuple[float, float, float]