Top "Colors" questions

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

How to change node.js's console font color?

I had to change the console background color to white because of eye problems, but the font is gray colored …

node.js colors console
Formula to determine brightness of RGB color

I'm looking for some kind of formula or algorithm to determine the brightness of a color given the RGB values. …

image colors rgb
Change color of bootstrap navbar on hover link?

I want to know how to change the color of the links when you hover over them in the nav …

html css twitter-bootstrap colors navbar
Hex colors: Numeric representation for "transparent"?

I am building a web CMS in which the user can choose colours for certain site elements. I would like …

css colors transparency rgb
How do I output coloured text to a Linux terminal?

How do I print coloured characters to a Linux terminal that supports it? How do I tell whether the terminal …

c++ linux colors terminal
How to echo with different colors in the Windows command line

I know that the color bf command sets the colors of the whole command line window but I wanted to …

windows batch-file command-line colors
How do I set the colour of a label (coloured text) in Java?

How do I set the color of the text of a label? myLabel.setText("Text Color: Red"); myLabel.??? Can I …

java text colors label fonts
Colouring plot by factor in R

I am making a scatter plot of two variables and would like to colour the points by a factor variable. …

r colors plot r-factor
Android : change button text and background color

How can I change both text and background colors when my button is pressed, with xml ? To change text color …

android button colors background status
How to set background color of an Activity to white programmatically?

How can I set the background color of an Activity to white programatically?

java android android-activity colors