Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
1k views

Programmatically Lighten or Darken a hex color

Here is a function I was working on to programmatically lighten or darken a hex color by a specific amount. Just pass in a string like "3F6D2A" for the color (col) and an base10 integer (amt) for the ...
4
votes
3answers
1k views

How to darken a DIV surrounding using JQuery (lightbox-like, but no pop-up)?

I want the user to focus on a part of the screen at a given time. The idea is to fade everything on the Web page but the required DIV, so the user will be invited to work in this area. The effect I ...
2
votes
7answers
2k views

Programmatically darken a Hex colour

What's the easiest way to programmatically darken a hex colour? Without using any built-in functions. The language is irrelevant, it can just be pseudo-code if you want. Thanks.
0
votes
2answers
73 views

In iOS openGL, how can one create a blend mode similar to kCGBlendModeDarken?

On a white background, drawing lines using kCGBlendModeDarken darkens the areas where different colors meet, like this: I am trying to recreate this using openGL in iOS, but I don't know how to set ...
0
votes
5answers
61 views

image darken/opacity

A quickie, is it possible to have an image darkened using javascript or something? I don't need it on mouseovers or anything, just for the image to appear disabled (could I change the opacity of it ...
0
votes
1answer
432 views

Android Color Darker

Okay, so I have an integer variable in my application. It's the value of a color, being set by a color picker in my preferences. Now, I need to use both that color and a darker version of any color it ...