POV-Ray : Newsgroups : povray.binaries.images : Any Palette Server Time
29 Mar 2024 03:11:33 EDT (-0400)
  Any Palette (Message 2 to 11 of 11)  
<<< Previous 1 Messages Goto Initial 10 Messages
From: Melody
Subject: Re: Any Palette
Date: 5 Jan 2020 02:50:01
Message: <web.5e119500340f43599da690110@news.povray.org>
random palettes on a random zoom.
I wonder about random translations.
what could be found, in how many misses ...


Post a reply to this message


Attachments:
Download 'save000.jpg' (964 KB)

Preview of image 'save000.jpg'
save000.jpg


 

From: Melody
Subject: Re: Any Palette
Date: 5 Jan 2020 04:10:00
Message: <web.5e11a785340f43599da690110@news.povray.org>
from this, looks like we are seeing mapped levels.
first row repeated in 2 sized palettes,

more colors revealing more levels.


Post a reply to this message


Attachments:
Download 'nice000.jpg' (94 KB)

Preview of image 'nice000.jpg'
nice000.jpg


 

From: Melody
Subject: Re: Any Palette
Date: 5 Jan 2020 04:25:00
Message: <web.5e11aa71340f43599da690110@news.povray.org>
got info on the Hue palett.
how can you smoothly shift to HSL, dark to light?

HSV(360,1,.66), next color without visible line break,
HSL(  0,1,.33), not .32 or .34


Post a reply to this message


Attachments:
Download 'hsvhslshift.jpg' (35 KB)

Preview of image 'hsvhslshift.jpg'
hsvhslshift.jpg


 

From: Paolo Gibellini
Subject: Re: Any Palette
Date: 8 Jan 2020 04:12:33
Message: <5e159d01$1@news.povray.org>
Melody wrote on 05/01/2020 08:49:
> random palettes on a random zoom.
> I wonder about random translations.
> what could be found, in how many misses ...
> 

That looks promising, Melody.
Can you share the source?

Thank you,
    Paolo


Post a reply to this message

From: Melody
Subject: Re: Any Palette
Date: 21 Jan 2020 18:35:00
Message: <web.5e278987340f43599da690110@news.povray.org>
Paolo Gibellini <p.g### [at] gmailcom> wrote:
> Melody wrote on 05/01/2020 08:49:
> > random palettes on a random zoom.
> > I wonder about random translations.
> > what could be found, in how many misses ...
> >
>
> That looks promising, Melody.
> Can you share the source?
>
> Thank you,
>     Paolo

HI Paolo!
I did not see your request, I posted Mandelbrot TIA.

The hue palette and color selection is created in script and sent to Mandelbrot
plug-in. I think I posted everything. What did you want? I share everything to
the collective benefit- my anti-dread therapy.


Post a reply to this message

From: Melody
Subject: Re: Any Palette
Date: 21 Jan 2020 19:15:00
Message: <web.5e279174340f43599da690110@news.povray.org>
"Melody" <nomail@nomail> wrote:
> Paolo Gibellini <p.g### [at] gmailcom> wrote:
> > Melody wrote on 05/01/2020 08:49:
> > > random palettes on a random zoom.
> > > I wonder about random translations.
> > > what could be found, in how many misses ...
> > >
> >
> > That looks promising, Melody.
> > Can you share the source?
> >
> > Thank you,
> >     Paolo
>
> HI Paolo!
> I did not see your request, I posted Mandelbrot TIA.
>
> The hue palette and color selection is created in script and sent to Mandelbrot
> plug-in. I think I posted everything. What did you want? I share everything to
> the collective benefit- my anti-dread therapy.

blending between colors a and b is not difficult:
v = b-a; // rgb // to realize the vector direction, imagine this b<-a when
subtracting.

n = 45; // steps
while (i < n) nextColor = (i/n) * v + a; // 0-1
( get b in there also, if it's the last color or you may want to continue with a
new color c<-b)

45 is a good number if the 2 colors are not too far apart. The gradient is
rather smooth at around 45, or consider the distance when deciding on nSteps.


Post a reply to this message

From: Jörg "Yadgar" Bleimann
Subject: Re: Any Palette
Date: 22 Jan 2020 19:56:11
Message: <5e28ef2b$1@news.povray.org>
Hi(gh)!

On 22.01.20 00:30, Melody wrote:

> The hue palette and color selection is created in script and sent to Mandelbrot
> plug-in. I think I posted everything. What did you want? I share everything to
> the collective benefit- my anti-dread therapy.

You don't wear dreadlocks? I wonder!

See you in Khyberspace!

Yadgar


Post a reply to this message

From: Melody
Subject: Re: Any Palette
Date: 23 Jan 2020 04:40:00
Message: <web.5e29697d340f43599da690110@news.povray.org>
=?UTF-8?Q?J=c3=b6rg_=22Yadgar=22_Bleimann?= <yaz### [at] gmxde> wrote:
> Hi(gh)!
>
> On 22.01.20 00:30, Melody wrote:
>
> > The hue palette and color selection is created in script and sent to Mandelbrot
> > plug-in. I think I posted everything. What did you want? I share everything to
> > the collective benefit- my anti-dread therapy.
>
> You don't wear dreadlocks? I wonder!
>
> See you in Khyberspace!
>
> Yadgar

heh. Like Aquaman, there's no way to make scissors down here, but at least fish
bones for a comb.


Post a reply to this message

From: Jörg "Yadgar" Bleimann
Subject: Re: Any Palette
Date: 25 Jan 2020 10:53:40
Message: <5e2c6484$1@news.povray.org>
Hi(gh)!

On 23.01.20 10:38, Melody wrote:

> heh. Like Aquaman,

Aquaman? Jason Momoa? Wow! Do you have a digital photo of yourself 
available? I would like to add it to my private longhair gallery... in 
turn you could have some images of me (also very long-haired and bearded)!

It's always nice to see how POV-Ray people actually look like...

See you in Khyberspace!

Yadgar


Post a reply to this message

From: Paolo Gibellini
Subject: Re: Any Palette
Date: 27 Jan 2020 05:39:45
Message: <5e2ebdf1$1@news.povray.org>
Melody wrote on 22/01/2020 00:30:
> Paolo Gibellini <p.g### [at] gmailcom> wrote:
>> Melody wrote on 05/01/2020 08:49:
>>> random palettes on a random zoom.
>>> I wonder about random translations.
>>> what could be found, in how many misses ...
>>>
>>
>> That looks promising, Melody.
>> Can you share the source?
>>
>> Thank you,
>>      Paolo
> 
> HI Paolo!
> I did not see your request, I posted Mandelbrot TIA.
> 
> The hue palette and color selection is created in script and sent to Mandelbrot
> plug-in. I think I posted everything. What did you want? I share everything to
> the collective benefit- my anti-dread therapy.
> 
> 
> 

Thank you, Melody!

Paolo


Post a reply to this message

<<< Previous 1 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.