Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
4answers
362 views

why does greyscale work the way it does?

My original question I read that to convert a RGB pixel into greyscale RGB, one should use r_new = g_new = b_new = r_old * 0.3 + g_old * 0.59 + b_old * 0.11 I also read, and understand, that g has ...
10
votes
4answers
3k views

HSL in .net

What tools have you used for working with HSL colors in .net?
8
votes
3answers
986 views

How can I use the HSL colorspace in Java?

I've had a look at the ColorSpace class, and found the constant TYPE_HLS (which presumably is just HSL in a different order). Can I use this constant to create a Color from hue, saturation, and ...
7
votes
5answers
489 views

How to set same (constant) hue value for every pixel's of an image by using ColorMatrix?

I am trying to set a constant hue value for entire image with using ColorMatrix. My goal is to make entire image look with same color without loosing brightness of any area. I found a way to shift the ...
6
votes
4answers
1k views

RGB value to HSL converter

Google maps api v3 allows "styles" to be applied to the map, including setting the color of various features. However, the color format it uses is HSL (or what seems like it): hue (an RGB hex ...
5
votes
2answers
199 views

How can I check if my browser supports HSL colours in Javascript?

I want to be able to determine if a browser supports HSL colours, if not then I want to fall back on generated RGB colours (i have both generated). Is there any way to do that without actually ...
5
votes
2answers
388 views

Tinting Towards or Away from a Hue By a Certain Percentage

I'm trying emulate the Tint Effect of Open XML. What it does is change the hue of pixels in an image by shifting the hue. It takes 2 parameters: 1) the hue (in degrees) and 2) the amt (the amount, a ...
5
votes
2answers
2k views

Why doesn't this Javascript RGB to HSL code work?

I found this RGB to HSL script over at http://www.mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript. I can't find any other small decent ones. The issue ...
4
votes
4answers
768 views

linearRGB conversion to/from HSL

Does anyone know of a way to get HSL from an linearRGB color (not an sRGB color)? I've seen a lot of sRGB<->HSL conversions, but nothing for linearRGB<->HSL. Not sure if it is fundementally the ...
3
votes
3answers
461 views

RGB to HSL and back, calculation problems

I'm trying to convert RGB to HSL and I also want to convert from HSL to RGB, I have written a class for it but if I do RGB->HSL->RGB to try if it works I get a different value. Example case: if you ...
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 ...
3
votes
3answers
2k views

Converting from RGB to HSL with Objective C

I'm quite new to objective c but have been programming for a while. I started creating a function that would convert from RGB to HSL and back again but I get a feeling it is way too long and headed in ...
2
votes
1answer
63 views

Color profiles conversion

I have a project on color profile conversion in C++, where the idea is to use CIELAB as transition between RGB and all others (CMY; CMYK; HSV; HSL;...).But I have one big big problem. I have searched ...
2
votes
2answers
79 views

Change HSL values of a bitmap using c#

I would like to know how i can change the HSL values of a bitmap using C#. It must be possible to load a bitmap and change the HSL values of it on every pixel.
1
vote
1answer
61 views

How to colorize via HSL colors?

I have an complex problem, but it could be solved via this little problem. I would like to make a colorizer, which works per pixel. I have a defined base color for the picture (the picture has some ...
1
vote
2answers
107 views

compare two components with their colors

i want to compare to components with their filled colors if they are equal or not i do the following algorithm , i do averaging for the rgb as following double avg1 ...
1
vote
3answers
141 views

In CSS, can HSL values be floats?

The CSS3 spec (http://www.w3.org/TR/css3-color/#hsla-color) only specifies that: The format of an HSLA color value in the functional notation is ‘hsla(’ followed by the hue in degrees, saturation ...
1
vote
1answer
215 views

Python: reduce lightness of a RGB color

Is there a simple way to change the lightness of a color given as RGB string? E.g. in_RGB = '#FF0000' --> out_RGB = '#CC0000'
1
vote
1answer
203 views

Testing HSL colours, ideally avoiding Red adjacent to Green (common colour-blindness type)

Inspired by the top answer on this page I wrote a python program to generate N distinct HEX colours. The difference is that the original author would generate saturation and luminance by using ...
1
vote
3answers
586 views

RGB to HSL conversion seems OK value-vise, but not visually

a noob question here. let's say I have RGB values of: R:53,G:37 and B:11 so i set a background color of a rectangle with: [UIColor colorWithRed:0.53 green:0.37 blue:0.11 alpha:1.00]; now I do a ...
1
vote
4answers
3k views

HSL to RGB color conversion

Hi I am looking for a tool to convert between HSL color to RGB. HSL is not a very widely used so I am not having much luck googling for a converter. If you know of one, or an easily implementable ...
1
vote
2answers
1k views

convert HSL or HSV to RGB via jquery

I'm looking to generate random "similar" colors using jquery. It is my understanding that the best way to approach this is using HSL or HSV, according to this question. The issue is I can't seem ...
1
vote
3answers
484 views

HSL Interpolation

If the hue component of my HSL color is in degrees, how can I correctly interpolate between two hues? Using (h1 + h2) / 2 does not seem to produce desirable results in all cases. Here are two ...
1
vote
1answer
131 views

hsl color problem in Firefox

I am trying to declare the border of a div using hsl() like this: border: 2px solid hsl(0,200,105); I am using Firefox 3.5 and there is no border being rendered at all. The same code works ...
0
votes
1answer
162 views

Animate background color's saturation or lightness using JQuery

I did a search, and I found a function that randomly changes RGB values only, namely http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/ However, I simply want to ...
0
votes
0answers
141 views

HSV to RGB JAVA SCRIPT conversion for Color Table

I would like to create an RGB color chart using Java Script showing the full 'standard' spectrum. From browsing this site and doing a bit of research, I understand I am far better working in HSV, ...
0
votes
1answer
86 views

How to colorize a drawable?

How can I colorize Android drawable by setting hue, saturation delta and brightness delta?
0
votes
1answer
95 views

Is there a function to convert HSL to color:int in actionscript?

I want to define color value by using HSL(Hue, Saturation, Lightness) not RGB. Does actionscript have a function for that? For example, I want to write code like the following: var color:int = ...
0
votes
1answer
37 views

Problem determining Color Saturation

I am writing a tool that will attempt to determine which of the known colors is "closest" to some user-chosen color (from the full RGB gamut). I am noticing that the values returned by Microsoft's ...
0
votes
1answer
56 views

Get RGB from Hue (S & L would be 100)

I need to get the RGB of a HSL with the SL both max. (get RGB from 125, 100, 100) So, just the hue is changing. Is there a simple formula for this? Thanks
0
votes
1answer
270 views

How to modify color brightness in C#?

In c#, you can get the HSL brightness of a color by doing Color.GetBrightness(). If I want to increase the brightness of a color by a certain percentage, I cannot simply multiply the individual RGB ...
0
votes
2answers
375 views

How to alter brightness of a single rgb color simply and easily via php?

A quesion about RGB color and finding the simplest, tiniest, php conversion code for manipulating the lightness/darkness of a given RGB hue. Imagine a variable $colorA containning a valid six char ...
0
votes
2answers
842 views

RGB to HSL, hue calculation is wrong

I'm trying to convert a RGB32 value to HSL because I want to use the Hue component. I have used some examples that I found online to create this class: public class HSLColor { public ...
0
votes
1answer
722 views

Algorithm for Hue/Saturation Adjustment Layer from Photoshop

Does anyone know how adjustment layers work in Photoshop? I need to generate a result image having a source image and HSL values from Hue/Saturation adjustment layer. Conversion to RGB and then ...
0
votes
2answers
1k views

Convert HSB color to HSL

Ho do I convert HSB color to HSL? Photoshop shows HSB color in its color picker. HSL color can be used in CSS. I tried this JS: function hsb2hsl(h, s, b) { return { h: h, s: s, l: ...
0
votes
2answers
696 views

Colour Name to RGB/Hex/HSL/HSV etc

I have come across this great function/command. Colour to RGB, you can do this: col2rgb("peachpuff") //returns hex It will return one hex value. I want to extend this using Perl, Python or PHP but ...