0
votes
1answer
15 views
RGB to HSV in PHP
In PHP, what is the most straightforward way to convert a RGB triplet to HSV values?
2
votes
4answers
61 views
Can STDOUT and STDERR use different colors under XTerm / Konsole?
Is it even achievable?
We need STDERR (ie. other streams then STDOUT) to have different colo(u)r. For example red.
We use bash, terminal should be Konsole (XTerm, gnome terminal …
1
vote
4answers
52 views
In C# , How can i create a System.Drawing.Color object using a hex value ?
In C# , How can i create a System.Drawing.Color object using a value like this #FFFFF,#FGFG01 etc...
1
vote
4answers
37 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 …
3
votes
1answer
49 views
Get image color
I want to display images inside divs or tables as backgrounds. If they images aren't large enough, I'm going to need to find the outer most color of that image and apply it to the …
0
votes
1answer
40 views
Unknown language identification
Hi all!
I'm currently working with a dead network application that received packets for a chat.
I checked that it received text like this one:
hi there! {c:0000FF}foo{/c} senten …
3
votes
8answers
96 views
finding similar colors programatically
I have a buffered image in java and I want to record how similar each pixel is to another based on the color value. so the pixels with 'similar' colors will have a higher similarit …
3
votes
4answers
91 views
What is the best argorithm for finding the closest color in an array to another color?
I have a color (RGB) being read from a sensor. I also have a list of "known" colors, each paired with a string name.
What would the best way (ie behave like a human choosing color …
1
vote
2answers
46 views
Enable bash output color with Lua script
I have several Lua scripts that run experiences and output a lot of information, in text files and in the console. I'd like to add some colors in the console output, to make it mor …
1
vote
1answer
36 views
How to set alternate row color in flex datagrid?
Hi,
What is the method to set different colors for alternate rows in a flex datagrid? So that two adjacent rows are identified easily?
1
vote
0answers
21 views
How to change out-of-focus text selection color in Xcode?
Okay, I'll bite.
I've got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible.
When I am doing a project search and iterating throu …
1
vote
2answers
91 views
Find images with similar color palette with Python
Suppose there are 10,000 JPEG, PNG images in a gallery, how to find all images with similar color palettes to a selected image sorted by descending similarity?
0
votes
5answers
59 views
Assign css to specific element
I have an <li> element on the page that I want to look a certain way. Changing the css affects all the <li> elements.
here is the element I want to change
<li>O …
0
votes
1answer
42 views
Changing MFMailComposeViewController’s toolbar color
I'm using a tinted navigation bar and a tinted global UIToolbar in my iPhone app.
In my info view, I have a button which opens a MFMailComposeViewController, and the toolbar at th …
0
votes
0answers
33 views
How to change text color and format code while posting questions here? [closed]
I see it again and again that people here, while asking questions, do it very ably - their code looks like real code - all the tags are in one color and all the commands are in ano …
