且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

HSL到RGB颜色转换

更新时间:2023-01-27 10:16:17

找到最简单的方法,python到救援:D

Found the easiest way, python to the rescue :D


colorsys.hls_to_rgb(h,l,s)

从HLS坐标到RGB坐标的颜色。

Convert the color from HLS coordinates to RGB coordinates.