hexrd.ipfcolor.colorspace module

hexrd.ipfcolor.colorspace.hsl2rgb(hsl)[source]

>> @AUTHOR: Saransh Singh, Lawrence Livermore National Lab, saransh1@llnl.gov >> @DATE: 10/29/2020 SS 1.0 original >> @DETAILS: routines to convert between hsl to rgb representations, the

input and output will have all components in the range [0,1]

hexrd.ipfcolor.colorspace.rgb2hsl(rgb)[source]

>> @AUTHOR: Saransh Singh, Lawrence Livermore National Lab, saransh1@llnl.gov >> @DATE: 10/29/2020 SS 1.0 original >> @DETAILS: routines to convert between rgb to hsl representations, the

input and output will have all components in the range [0,1]