Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
758 views

Programming a simple color scheme generator

we are developing a website cms in C# and want to integrate / develop a small and simple color scheme generator as like as colorschemedesigner.com (of course simplier) to automatically suggest ...
3
votes
1answer
90 views

Color that is most contrast to a given set of colors?

I have a list of several different "random" colors values (no less than 1 and no more than 8 colors). (Random means that there is no telling of their mutual "contrast".) Colors are given as RGB ...
3
votes
4answers
2k views

Color Theory: How to convert Munsell HVC to RGB/HSB/HSL

I'm looking at at document that describes the standard colors used in dentistry to describe the color of a tooth. They quote hue, value, chroma values, and indicate they are from the 1905 Munsell ...
0
votes
1answer
59 views

How to programmatically arrange a set of 256 RGB colors in 2D so that there all adjacent colours have a smooth transition

I have a set of 256 colors (all available colors in an xterm-256color terminal) and I am using a script called 256colors2.pl that I see mentioned in nearly every Internet article that talks about 256 ...
0
votes
0answers
126 views

How can I calculate HSL Win240?

How can I calculate the windows HSL color space of how Windows does it for MSPaint? They use values of 0 to 240 rather than the traditional 0 to 100.
0
votes
1answer
19 views

Colorizing a table of items

I need to show to user a table W x H of short strings. (Update: The table content is not mutable, I can not move strings around, change them etc.) For simplicity sake, let's say that: I'm ...
-1
votes
1answer
59 views

What color space does MSPaint use? (Window 7) [closed]

What color space does MSPaint use? (I believe all MSPaints are same for last several versions, but it just to make sure, I am Windows 7). It would appear that it is HSL, however, the Lum goes from 0 ...