Tagged Questions

0
votes
1answer
23 views

RGB to HSV in PHP

In PHP, what is the most straightforward way to convert a RGB triplet to HSV values?
0
votes
3answers
72 views

Converting an rgb image to hsv

Hi, I'm trying to convert an rgb image to the equivalent hsv one in C#. I found several algorithms to do the conversion but couldn't find how to save these values of an image afte …
1
vote
1answer
296 views

How do I convert RGB into HSV in Cocoa Touch?

I want to set the background color of a label using HSV instead of RGB. How do I implement this into code? Code: //.m file #import "IBAppDelegate.h" @implementation IBAppDeleg …
3
votes
5answers
1k views

How to change RGB color to HSV?

How to change RGB color to HSV? In C# language. I search for very fast method without any external library.