HSL到RGB颜色转换 [英] HSL to RGB color conversion

查看:558
本文介绍了HSL到RGB颜色转换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我正在寻找一个工具或算法来转换HSL颜色到RGB。在我看来,HSL不是很广泛使用,所以我没有太多的运气寻找转换器。

Hi I am looking for a tool or the algorithm to convert between HSL color to RGB. It seems to me that HSL is not very widely used so I am not having much luck searching for a converter. If you know of one, or an easily implementable algorithm it would be much appreciated.

推荐答案

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

这篇关于HSL到RGB颜色转换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆