0
votes
1answer
17 views
RGB to HSV in PHP
In PHP, what is the most straightforward way to convert a RGB triplet to HSV values?
0
votes
2answers
21 views
how to get the RGB value of a pixel inside the Form workspace.
im creating a macro and need to check some pixels to make sure the mouse clicks the right spot. How wold you go about checking the RGB value of pixels in c#?
1
vote
4answers
38 views
Objective C Find closest color (rgb) match
I have a predefined array of rgb values. I want to be able to compare a user defined color to my array and return the closest match in Objective C.
Any help is greatly appreciate …
0
votes
3answers
41 views
Hex colors: Numeric representation for “transparent”?
I am building a web CMS in which the user can choose colours for certain site elements.
I would like to convert all colour values to hex to avoid any further formatting hassle ("rg …
0
votes
2answers
67 views
How to perform RGB->YUV conversion in C/C++?
How to perform RGB->YUV conversion in C/C++?
I have some Bitmap.. RGB I need to convert it to YUV
Libs? Tuts? Articles?
0
votes
1answer
24 views
How to perform RGB->YUV conversion with ActionScript?
How to perform RGB->YUV conversion with ActionScript?
Libs?
Tuts?
Articles?
0
votes
5answers
83 views
What is rgb formula for a gradient going from white to blue?
I want to have a button that has numbers in the range 0 ... 255. I'd like the color of the button to be white when it's zero and blue (RGB = (0,0,255)) when it is 255. How can I ac …
0
votes
3answers
68 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
2answers
222 views
Converting RGB data into a bitmap in Objective-C++ Cocoa
I have a buffer of RGB unsigned char that I would like converted into a bitmap file, does anyone know how?
My RGB float is of the following format
R [(0,0)], G[(0,0)], B[(0,0)],R …
5
votes
8answers
750 views
How do I reduce a bitmap to a known set of RGB colours
For a hobby project I'm going to build a program that when given an image bitmap will create a cross-stitch pattern as a PDF. I'll be using Cocoa/Objective C on a Mac.
The source …
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.
1
vote
3answers
92 views
JS function to calculate complementary color?
Does anybody know, off the top of your heads, a Javascript solution for calculating the complementary colour of a hex value?
There is a number of colour picking suites and palette …
-2
votes
2answers
55 views
Loading an raw image to the program and get the RGB value from each pixel in C
Hello, I want to read the RGB values for each pixel from a raw image. Can someone tell me how to achieve this? Thanks for help!
the format of my raw image is .CR2 which is taken f …
0
votes
4answers
208 views
Getting RGB values for each pixel from a raw image in C
Hello,
I want to read the RGB values for each pixel from a raw image. Can someone tell me how to achieve this? Thanks for help!
the format of my raw image is .CR2 which come from …
1
vote
2answers
73 views
Java: Operations with Colors (add, subtract)? - Colors in a constant class
I'm working with java.awt.Color instances. Is there any way to do arithmetic operations on colors? Something like rgb(20, 20, 20) + rgb(10, 200, 170) = rgb(30, 220, 190)?
What I'm …
