0
votes
3answers
32 views
Colorize negative/positive numbers (jQuery)
I'd like to color numbers in a table for better readability:
green for positive (+00.00);
red for negative (-00.00) and;
black for default case (no sign)
Many thanks!
0
votes
1answer
25 views
How To Specify (Override) JQuery Icon Color
Hello,
I've been making good use of the jQuery icons in my web app, but have come to a point where I would like to use a color that I'm not able to achieve by default. I'm currently using the "State …
0
votes
1answer
13 views
How do I globally configure RSpec to keep the ‘--color’ and ‘--format specdoc’ options turned on
How do I set global configuration for RSpec in Ubuntu.
Specifically so, --color and --format specdoc stay turned on, across all my projects (ie every time I run rspec anywhere).
Thanks
0
votes
1answer
37 views
Color hex calculation
I have a picture, i choose a color on the picture like:
#18212d
rgb: 24 33 45
when i colorize that picture by increased hue with 6 (202 => 208), saturation with 4 (25 => 29) (using photoshop), old …
1
vote
3answers
29 views
Style a border with a different brush color for each corner
I have created a static resource defining the border of a specific item in my xaml, but I can't find a good way to define a unique color for each side!
xaml:
<Border Style="{StaticResource …
0
votes
1answer
24 views
Modifying the color scheme for an Inno Setup Installer.
Hi.
I've been playing around with Inno Setup 5.3.6; trying to customize the installers colors. Mainly the banner that appears at the head of the installer. But as of yet i have no luck finding a way …
0
votes
0answers
6 views
using colors in calculated member
Hi, Im using this query in MDX for a calculate measure
topcount(nonempty([StatusPlanes].[Status].Status.members,[Measures].[Planes]),1)(0).member_caption
this will bring me this result
…
0
votes
0answers
9 views
USING COLORS WITH MDX CALCULATE MEASURE
Hi, Im using this query in MDX for a calculate measure
topcount(nonempty([StatusPlanes].[Status].Status.members,[Measures].[Planes]),1)(0).member_caption
this will bring me this result
…
0
votes
1answer
23 views
change color of UITextField in iPhone
hello,
I have placed UITextField in UITableView and my TableViewCell color is Yellow , normally the background color of TextField in white i want to change the color of TextField to yellow or it …
1
vote
1answer
15 views
Dynamics AX Color Picker
Trying to add a color picker to a field in Dynamics AX 2009. Found an article providing some very simple steps for creating the color picker as a lookup, but I can't get it to work.
When creating …
1
vote
1answer
108 views
How can I convert a color image to grayscale in MATLAB?
I am trying to implement an algorithm in computer vision and I want to try it on a set of pictures. The pictures are all in color, but I don't want to deal with that. I want to convert them to …
0
votes
1answer
17 views
Blitting multisampled FBO with multiple color attachments in OpenGL
I have a frame buffer object in an OpenGL program with multiple colour attachments, and am trying to upgrade it to a multisampled FBO.
As I understand it, a multisampled FBO is only able to use …
0
votes
1answer
29 views
RGB to HSV in PHP
In PHP, what is the most straightforward way to convert a RGB triplet to HSV values?
1
vote
4answers
57 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 appreciated.
2
votes
4answers
87 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 or any usable).
…
