0
votes
5answers
51 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
3answers
45 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 …
0
votes
1answer
16 views
How do I use GDI+ to change the color of a line when it overlaps a region?
I'm using .NET GDI+ to draw a wavy line on a chart. (think sharetrading)
I want it to change color if the line goes above 90% or below 10%.
Any tips on how to get the color to ch …
0
votes
1answer
48 views
How do I color some Perl output in a Windows CMD window? [closed]
Possible Duplicate:
How do I color output text from Perl script on Windows?
I want to color parts of text on a Perl program run with Windows CMD but not the entire window. …
1
vote
3answers
57 views
Mouse over Color in Java
I need to make a game in Java for a project.
What I'm trying to do is a game where you have to go through a maze without touching the walls.
Is there a way to get the color of th …
2
votes
1answer
16 views
Opera colors strangeness
I jave a Javascript code that draws a shape with specific color using "style.backgroundColor=". It works fine with one exception - for some reason Opera decides to set the color to …
0
votes
1answer
18 views
c# vista - how to implement color schema in code? framework 2.0
Hi All,
I have an application which I run on vista. when i tried to change the color schema of windows (right click on desktop ->personalize->window color and appearance -> change …
4
votes
5answers
115 views
“Distance” between colours in PHP
Hi
Im looking for a function that can accurately represent the distance between two colours as a number or something.
For example I am looking to have an array of HEX values or R …
0
votes
2answers
41 views
how to identify a given string is hex color format
I'm looking for a regular expression to validate hex colors in asp.net C#. and also looking code for validate in server side
For instance: #CCCCCC
0
votes
1answer
17 views
WPF Colors - Accessibility considerations?
Many of the WPF examples and samples that I see seem to have hard-coded colors. These guidelines - http://msdn.microsoft.com/en-us/library/aa350483.aspx suggest not hard coding col …
2
votes
2answers
57 views
Changing the background color of a paragraph in JTextPane (Java Swing)
Is it possible to change the background color of a paragraph in Java Swing? I tried to set it using the setParagraphAttributes method (code below) but doesn't seem to work.
St …
2
votes
3answers
93 views
PIL Best Way To Replace Color?
I am trying to remove a certain color from my image however it's not working as well as I'd hoped. I tried to do the same thing as seen here http://stackoverflow.com/questions/7657 …
1
vote
2answers
18 views
conditional change of a datagridviews cell background color and text
This is for a winform vb.net 2008 app. I'm bringing data back from a database and based on some static conditions... i want to change the color of the background and the text. Th …
-1
votes
3answers
32 views
jQuery grabing the color of an element PRE :hover
I'm trying to create a generic 'flash of color confirmation' function where it'll flash the background of an object to green and then fade out to whatever it's existing color was.
…
1
vote
2answers
57 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 …
