本文介绍了如何在Asp.net中使用HSL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使用.net中的HSL颜色使用什么工具?
解决方案
color结构提供三种方法:GetHue, GetSaturation和GetBrightness。
Bob Powell写了一封。
奇怪的历史笔记 - HSL HSV)是来自70年代施乐的帕洛阿尔托研究中心(PARC)的许多事物之一,由。
What tools are used for working with HSL colors in .net?
解决方案
The color struct provides three methods: GetHue, GetSaturation and GetBrightness.
Bob Powell wrote an interesting piece on this several years ago.
Bizarre historical note -- "HSL" (and the related "HSV") are one of the many things originating from Xerox's Palo Alto Research Center (PARC) in the 70's, courtesy of Alvy Ray Smith.
这篇关于如何在Asp.net中使用HSL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!