Hello...
This is easy I think :-)
As every one know, any color is composed for three colors.
Red, green and blue.
Well... I have a color, and need to separate this three components in three...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10207915.html
Zones:
Visual BasicDate Answered: 03/14/2002 Rating: 9.2 Views: 0
Hi,
First excuse my bad english :-)
Given a color (hexadecimal value), I know how to extract its 3 components :
Color = &Hxxxxxxxx
R = Color Mod &H100
Color = Color \ &...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20956778....
Zones:
VB ControlsDate Answered: 04/17/2004 Rating: 8.6 Views: 13
I want to be able to disable a text box without turning the text a lighter shade of gray. Basicaly the text boxes are to display info only. But the lighter shade of grey makes it har to read.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10330785.html
Zones:
Visual BasicDate Answered: 04/19/2000 Rating: 8.6 Views: 0
Hi does anyone know how to make a BACKGROUND image ligher.
I normally use this to set the opacity of an image.
<img src="MyImage" style="width:15;height:15;filter:alpha(opacity=40)" /onmous...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20351933.html
Zones:
JavaScriptDate Answered: 09/20/2002 Rating: 6.4 Views: 0
I need some kind of function that can i change a hex color to lighter or darker.
Example:
------------------------
strColor = LightenColor("#000000", 50)
strColor2 = LightenColor("#FFFFFF",...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21632591.html
Zones:
JavaScriptDate Answered: 11/16/2005 Rating: 8.4 Views: 40
Hi
IU'm quite obviously not a designer!
i want to get different shades of the same colour. By that i mean i want to get the same colour only lighter and darker. I could just guess on a colour...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21944804.htm...
Zones:
CSSDate Answered: 08/06/2006 Rating: 9.6 Views: 0