June 25, 2015
On 25 June 2015 at 15:18, Danni Coy via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> I would probably go with "perceptual" or something like it

That sounds like you're talking about Lab or CAM.


> On Thu, Jun 25, 2015 at 2:39 PM, Danni Coy <danni.coy@gmail.com> wrote:
>> Wikipedia at least refer to these as cylindrical colour spaces
June 25, 2015
How about HSx ? That's the best I've got! :P

On 25 June 2015 at 15:45, Manu <turkeyman@gmail.com> wrote:
> On 25 June 2015 at 15:18, Danni Coy via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
>> I would probably go with "perceptual" or something like it
>
> That sounds like you're talking about Lab or CAM.
>
>
>> On Thu, Jun 25, 2015 at 2:39 PM, Danni Coy <danni.coy@gmail.com> wrote:
>>> Wikipedia at least refer to these as cylindrical colour spaces
June 25, 2015
On Thursday, 25 June 2015 at 13:36:57 UTC, Manu wrote:
> How about HSx ? That's the best I've got! :P

HueBased?
June 25, 2015
On Thursday, 25 June 2015 at 13:36:57 UTC, Manu wrote:
> How about HSx ? That's the best I've got! :P

Not too bad :-)

I'm not too excited about this but how about :
HS!L
HS!V
.,.

It could work with a good documentation.
June 25, 2015
On Thursday, 25 June 2015 at 21:06:59 UTC, Guillaume Chatelet wrote:
> On Thursday, 25 June 2015 at 13:36:57 UTC, Manu wrote:
>> How about HSx ? That's the best I've got! :P
>
> Not too bad :-)
>
> I'm not too excited about this but how about :
> HS!L
> HS!V
> .,.
>
> It could work with a good documentation.

Or just an obscure struct and some aliases :

alias HueSpace!(Type.xSL) HSL
June 30, 2015
Huey (pronounced with an Australian Twang)?

HSx works


On Fri, Jun 26, 2015 at 7:11 AM, Guillaume Chatelet via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> On Thursday, 25 June 2015 at 21:06:59 UTC, Guillaume Chatelet wrote:
>>
>> On Thursday, 25 June 2015 at 13:36:57 UTC, Manu wrote:
>>>
>>> How about HSx ? That's the best I've got! :P
>>
>>
>> Not too bad :-)
>>
>> I'm not too excited about this but how about :
>> HS!L
>> HS!V
>> .,.
>>
>> It could work with a good documentation.
>
>
> Or just an obscure struct and some aliases :
>
> alias HueSpace!(Type.xSL) HSL
August 03, 2015
On Tuesday, 23 June 2015 at 14:58:35 UTC, Manu wrote:
> https://github.com/D-Programming-Language/phobos/pull/2845
>
> I'm getting quite happy with it.
> I think it's a good and fairly minimal but useful starting point.
>
> It'd be great to get some reviews from here.

Whats the status on this? This really should be easy to move into phobos, color is hard to mess up.
August 04, 2015
On 4 August 2015 at 05:47, Tofu Ninja via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> On Tuesday, 23 June 2015 at 14:58:35 UTC, Manu wrote:
>>
>> https://github.com/D-Programming-Language/phobos/pull/2845
>>
>> I'm getting quite happy with it.
>> I think it's a good and fairly minimal but useful starting point.
>>
>> It'd be great to get some reviews from here.
>
>
> Whats the status on this? This really should be easy to move into phobos, color is hard to mess up.

I beg to differ; colour is VERY hard to mess up ;) .. I've never seen an OS library, and even most proper gfx libraries don't get it right.
August 04, 2015
On Tuesday, 4 August 2015 at 11:01:58 UTC, Manu wrote:
> On 4 August 2015 at 05:47, Tofu Ninja via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
>> On Tuesday, 23 June 2015 at 14:58:35 UTC, Manu wrote:
>>>
>>> https://github.com/D-Programming-Language/phobos/pull/2845
>>>
>>> I'm getting quite happy with it.
>>> I think it's a good and fairly minimal but useful starting point.
>>>
>>> It'd be great to get some reviews from here.
>>
>>
>> Whats the status on this? This really should be easy to move into phobos, color is hard to mess up.
>
> I beg to differ; colour is VERY hard to mess up ;) .. I've never seen an OS library, and even most proper gfx libraries don't get it right.

Where is this lib can be helpful?
August 04, 2015
On 4 August 2015 at 21:01, Manu <turkeyman@gmail.com> wrote:
> On 4 August 2015 at 05:47, Tofu Ninja via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
>> On Tuesday, 23 June 2015 at 14:58:35 UTC, Manu wrote:
>>>
>>> https://github.com/D-Programming-Language/phobos/pull/2845
>>>
>>> I'm getting quite happy with it.
>>> I think it's a good and fairly minimal but useful starting point.
>>>
>>> It'd be great to get some reviews from here.
>>
>>
>> Whats the status on this? This really should be easy to move into phobos, color is hard to mess up.
>
> I beg to differ; colour is VERY hard to mess up [...]

*** I mean, VERY hard to _get right_!