Top "Colors" questions

Use this tag for questions about representing or manipulating colors in a programming language.

jQuery animate backgroundColor

I am trying to animate a change in backgroundColor using jQuery on mouseover. I have checked some example and I …

javascript jquery colors jquery-animate
How to set background color of a View

I'm trying to set the background color of a View (in this case a Button). I use this code: // set …

android view colors background set
OS X Terminal Colors

I'm new to OS X, having just gotten a Mac after working with Ubuntu Linux for some time. Among the …

macos shell terminal colors
Named colors in matplotlib

What named colors are available in matplotlib for use in plots? I can find a list on the matplotlib documentation …

python matplotlib colors
How to print color in console using System.out.println?

How can I print color in console? I want to show data in colors when the processor sends data and …

java text colors
How to get different colored lines for different plots in a single figure?

I am using matplotlib to create the plots. I have to identify each plot with a different color which should …

python colors matplotlib
Plot multiple lines (data series) each with unique color in R

I am fairly new to R and I have the following queries : I am trying to generate a plot in …

r colors plot unique lines
How can I get color-int from color resource?

Is there any way to get a color-int from a color resource? I am trying to get the individual red, …

android colors android-resources
SVG fill color transparency / alpha?

Is it possible to set a transparency or alpha level on SVG fill colours? I've tried adding two values to …

colors svg transparency alpha fill
How to get a Color from hexadecimal Color String

I'd like to use a color from an hexa string such as "#FFFF0000" to (say) change the background color of …

android colors hex