LCHColor To LinearColor Fast#

Input#
Color (LCHColor)Output#
LinearColorBehaviour#
Converts a provided LCHColor to the linear color space, outputting an LinearColor.
Color is clamped back to the SRGB color gammut when converting back, this is lossy and not always correct so only use it if you need the speed and are sure you can live with ther errors, otherwhise use LCHColor To LinearColor.
Use this when you want to display your LCH Color again or set it on widgets.