且构网

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

HSL 到 RGB 颜色转换

更新时间:2023-01-27 09:44:49

找到最简单的方法,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.