Does the .NET Framework 3.5 have an HsbToRgb converter or do I need to roll my own?

Posted by DanM on Stack Overflow See other posts from Stack Overflow or by DanM
Published on 2010-05-24T22:43:59Z Indexed on 2010/05/24 22:51 UTC
Read the original article Hit count: 302

Filed under:
|
|

I did a search for an HsbToRgb converter in the docs but didn't find anything containing "hsb" or "hsl", so I'm guessing it just doesn't exist. Just to make sure, though, are there any classes that support this conversion?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET