Tagged Questions

1
vote
4answers
100 views

Converting color value from float 0..1 to byte 0..255

What would be the correct way of converting color value from float to byte? At first I thought b=f*255.0 should do it, but now I'm thinking, that in this case only the exact 1.0 will be converted to …
2
votes
4answers
33 views

How to create a System.Drawing.Color from its hexadecimal RGB string?

I want to create a System.Drawing.Color from a value like #FF00FF or FF00FF without needing to write code for that. There is any .NET built-in parser for that?
0
votes
0answers
15 views

color of hyperlink in iphone

Hi everyone, is there a way to change hyperlink color in situations when UITextView and, for example, .dataDetectorTypes = UIDataDetectorTypePhoneNumber; are used? Thanks in advance!
0
votes
1answer
24 views

Java DirectColorModel vs. IndexColorModel when dealing with alphas

I have a BufferedImage that I get that has an IndexColorModel. I then wish to apply an AffineTransform with AffineTransformOP in order to create a transformed version of displayImage. Here's a code …
1
vote
1answer
21 views

How to Centre Silverlight Elements relative to each other?

I have an Ellipse and a TextBlock that I want to be Centred relative to each other - ie the TextBlock shows in the Centre of the Ellipse no matter the content eg. its says 88 (like a Bingo Ball) and …
2
votes
4answers
64 views

Change syntax color in vim?

I have syntax highlighting on, but comments are set to dark blue. This hard for me to read against a black terminal. How do I change it so that the comments are colored green instead?
0
votes
3answers
61 views

Mixing two RGB color vectors to get resultant

I am trying to mix two source RGB vectors to create a third "resultant vector" that is an intuitive mix of the first two. Ideally, I would be able to emulate "real paint mixing characteristics", but …
2
votes
2answers
66 views

How can I get more colors in emacs vc-diff?

I would like to have vc-diff colorize the output so that added lines are in one color and deleted ones in another. Using Emacs 23.1 and putty/xterm-256color (list-colors-display shows 256 colors and …
0
votes
2answers
42 views

jQuery: change icon to greyscale

hi all, i made a button widget in jQuery which displays an icon. now when i set the button do disabled, i'd like to have it greyed-out. is there a jQery function to do this? thx
0
votes
2answers
84 views

Set the LSB of Java java.awt.Color RGB components

Is there a method for changing the LSB value of java.awt.Color RGB components?
1
vote
4answers
28 views

Change color of dotted border on button

I have a problem with a button in one of my forms, when a user clicks the button, it shows this black dotted border inside it. I would like to remove this, but I don't know how. I haven't set this …
0
votes
2answers
27 views

How to change the color of a link button permanently on clicking the link button once?

Hi, I have a link button as a column of my datagrid in my application. Currently I have the rollover color as Red and selected color as Blue. <mx:DataGrid id="contentDataGrid" …
0
votes
0answers
22 views

How to create iText PDF with CMY colors only

Hi, I need to create pdfs with iText (for the moment, other lib suggestions are appreciated) in the CMY colorspace. It's not CMYK: All colors and black should be converted to CMY only so that the …
0
votes
2answers
49 views

UITextField border color

Hello! Could anybody tell me the truth :) I have really great wish to set my own color to UITextField border. But I could find possibility to change the border line style only. Please, i'll wait any …
0
votes
1answer
69 views

JQuery - drop shadow plugin. Custom color

Hello, I'm using Jquery plugin DropShadow: web site And I want to set drop shadow color manually. Color is specified in the usual manner, with a color name or hex value. The color …

1 2 3 4 5 18 next
15 30 50 per page