Top "Color-codes" questions

An HTML color code is a hexadecimal number that represents a color in HTML.

Setting background of panel with custom color code

In WPF,I can set the background of a stack panel using the below code stackPanelFlasher.Background = Brushes.Aqua; How …

wpf brushes color-codes
ggplot: colour points by groups based on user defined colours

I am trying to define the colours of groups of points plotted in ggplot. I adapted code from this post: …

r colors ggplot2 scatter-plot color-codes
Is there a transparent color code?

I'm looking for my actionBar to be transparent. I only have searchView in it and it's in my MapActivity, I …

android transparency background-color android-drawable color-codes
How to make any html color code semi transparent [Android]

I have one Android application were i have one shape and in that i have one solid tag. I want …

android color-codes
ANSI Color Codes in VIM

I have a script that generates a log file with ANSI color codes in them like so: [2012-05-14 18:00:02] ^[[0mINF: …

vim ansi color-codes
NV12 to RGB24 conversion code in C++

Does anyone know how to convert Intel Media SDK (version: Media SDK 2010) H.264 video frame decoded output NV12 format to …

c++ winapi intel codec color-codes
Remove ASCII color codes

So, I'm having an issue. I'm catching some stuff from a Logger, And the output looks something like this: 11:41:19 [INFO] ←[35;1…

java colors replace ascii color-codes
How to correctly enable ANSI colors in ConEmu + Git Bash?

I'm using Git Bash with ConEmu to make it look cool. However, upon installing Composer the colors seem to be …

git-bash conemu color-codes ansi-colors
Android: Color codes

I am implementing color picker using the library from AmbilWarna, with alpha being turned on. Sample code is as follows: …

android color-picker color-codes
how to find the hex code for a lighter or darker version of a hex code in php

I'm trying to achieve what this guy here is doing, only in PHP or jQuery. Basically I have a hex …

php jquery html color-codes