Bent Rasmussen
Bent Rasmussen

Reputation: 5702

How do I do color space conversion with .NET?

It seems to me that the {System.Drawing.}Color struct is missing a .FromHSL method. Does one have to reinvent this wheel oneself or is there another way?

Upvotes: 2

Views: 69

Answers (1)

SLaks
SLaks

Reputation: 887413

This functionality is strangely missing from the FCL.

However, someone else has already written it; you don't need to re-invent it yourself.

Upvotes: 1

Related Questions