hai
in my prject i need to convert rgb to hsl. and we using c#.net to code. I want to know is there any built in function in C#.net to convert to HSL from RGB. and how it is implement
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raaj KumarPosted Feb 23, 2010, 11:50 AM
There is no inbuilt function in .NET. So you should create of your own class. Below is the link which contains a sample for converting RGB-to-HSL
http://richnewman.wordpress.com/hslcolor-class/
Regards,
raaj
kiran kumarPosted Feb 23, 2010, 11:42 AM
http://www.bobpowell.net/rgbhsb.htm
mark the answer if it helps you