Re: [haml] HSV color model support?

2011-04-24 Thread Chris Eppstein
Here's the most excellent HSL picker that Brandon made:
http://hslpicker.com/

On Sun, Apr 24, 2011 at 6:43 PM, Eric Meyer  wrote:

> And, for clarification, yes: Saturation is used in two different ways in
> the two systems.
>
> More here: http://en.wikipedia.org/wiki/HSL_and_HSV
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to haml@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.



Re: [haml] HSV color model support?

2011-04-24 Thread Eric Meyer
And, for clarification, yes: Saturation is used in two different ways in the 
two systems. 

More here: http://en.wikipedia.org/wiki/HSL_and_HSV

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.



Re: [haml] HSV color model support?

2011-04-24 Thread Victor Costan
Thank you for the quick response, Nathan! This is exactly what I wanted to know.

    Victor


On Sun, Apr 24, 2011 at 6:23 PM, Nathan Weizenbaum  wrote:
> It is intentional that Sass uses HSL and not HSV. CSS has chosen to go with
> HSL, and Sass follows CSS here. Supporting HSV would add confusion for very
> little gain.
> If you want to make a plugin that adds HSV functions, you're more than
> welcome, but it's not something we'll add to core Sass.

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.



Re: [haml] HSV color model support?

2011-04-24 Thread Nathan Weizenbaum
It is intentional that Sass uses HSL and not HSV. CSS has chosen to go with
HSL, and Sass follows CSS here. Supporting HSV would add confusion for very
little gain.

If you want to make a plugin that adds HSV functions, you're more than
welcome, but it's not something we'll add to core Sass.

On Sun, Apr 24, 2011 at 3:02 PM, Victor Costan  wrote:

> Dear Haml developers and users,
>
> I'm wondering if the omission of support for HSV colors in Scss is
> intentional. I know CSS3 uses HSL, but the color picker tools that I
> have played with seem to output HSV, not HSL.
>
> I know the principles behind HSL and HSV, and I know that H is
> identical, but I don't know enough to figure out if S is also
> identical between the two functions. If it isn't, then supporting HSV
> would cause an ambiguity in the saturation() Sass-script function.
>
> If the above isn't an issue, would developers be open to a pull
> request that adds hsv() to Sass-script?
>
> Thank you,
>Victor
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to haml@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.



[haml] HSV color model support?

2011-04-24 Thread Victor Costan
Dear Haml developers and users,

I'm wondering if the omission of support for HSV colors in Scss is
intentional. I know CSS3 uses HSL, but the color picker tools that I
have played with seem to output HSV, not HSL.

I know the principles behind HSL and HSV, and I know that H is
identical, but I don't know enough to figure out if S is also
identical between the two functions. If it isn't, then supporting HSV
would cause an ambiguity in the saturation() Sass-script function.

If the above isn't an issue, would developers be open to a pull
request that adds hsv() to Sass-script?

Thank you,
Victor

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.