POV-Ray : Newsgroups : povray.binaries.utilities : New version of Farger.inc Server Time
28 Mar 2024 17:39:29 EDT (-0400)
  New version of Farger.inc (Message 1 to 10 of 40)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Sven-Erik Andersen
Subject: New version of Farger.inc
Date: 23 Dec 2019 04:40:01
Message: <web.5e008af3cf69d68d26876bc0@news.povray.org>
I have updated my Farger-inc include file with an extensive list of named
colors.

It is available on GitHub:

https://github.com/SvenErik1968/Farger.inc

Brgds,
Sven-Erik Andersen


Post a reply to this message


Attachments:
Download 'farger.inc-3.0.zip' (50 KB)

From: Melody
Subject: Re: New version of Farger.inc
Date: 26 Dec 2019 23:50:00
Message: <web.5e058d01f66b17949da690110@news.povray.org>
"Sven-Erik Andersen" <sve### [at] gmailcom> wrote:
> I have updated my Farger-inc include file with an extensive list of named
> colors.
>
> It is available on GitHub:
>
> https://github.com/SvenErik1968/Farger.inc
>
> Brgds,
> Sven-Erik Andersen

click-on-thumbnail script, setting color name in clipboard.

srgb ??


Post a reply to this message


Attachments:
Download 'crayola_script.zip' (20 KB)

From: Sven-Erik Andersen
Subject: Re: New version of Farger.inc
Date: 27 Dec 2019 04:05:00
Message: <web.5e05c838f66b1794d26876bc0@news.povray.org>
"Melody" <nomail@nomail> wrote:
> "Sven-Erik Andersen" <sve### [at] gmailcom> wrote:
> > I have updated my Farger-inc include file with an extensive list of named
> > colors.
> >
> > It is available on GitHub:
> >
> > https://github.com/SvenErik1968/Farger.inc
> >
> > Brgds,
> > Sven-Erik Andersen
>
> click-on-thumbnail script, setting color name in clipboard.
>
> srgb ??

I have corrected the erroneously use of srgb.


Post a reply to this message


Attachments:
Download 'farger.inc-3.0.1.zip' (50 KB)

From: Melody
Subject: Re: New version of Farger.inc
Date: 27 Dec 2019 05:55:00
Message: <web.5e05e1daf66b17949da690110@news.povray.org>
"Sven-Erik Andersen" <sve### [at] gmailcom> wrote:
>
> I have corrected the erroneously use of srgb.

Script v2

messed up brain farts, ; v. // comment prefix mistake

now reads unedited Farger.inc file, (price: spaces between colors sets, smaller
thumbs, make up for wasted space.) no zip needed.

not just to clipboard; name and color to status for review, active status
window.


Post a reply to this message


Attachments:
Download 'crayola_farger.mrc.txt' (2 KB)

From: Melody
Subject: Re: New version of Farger.inc
Date: 27 Dec 2019 23:35:01
Message: <web.5e06db23f66b17949da690110@news.povray.org>
didnt see what to do at first.

v3
mouse-over spits out names onscreen at thumbs end.
file loaded in mem, held for 60 secs, auto unload.
less tax on the hard drive if $read must open file every time, I suppose.
this is $fread.
click thumb if u want to save to clipboard.
popup copied name for 6 secs.

good example for anyone who never scripted mirc.


Post a reply to this message


Attachments:
Download 'crayola_farger.mrc.txt' (4 KB)

From: Melody
Subject: Re: New version of Farger.inc
Date: 28 Dec 2019 00:05:00
Message: <web.5e06e1ebf66b17949da690110@news.povray.org>
drawrect width 245 to 300

farge_International_Orange_Golden_Gate_Bridge

think that's the longest one. not important.

need a color? need to see that color.


Post a reply to this message

From: Sven-Erik Andersen
Subject: Re: New version of Farger.inc
Date: 10 Jan 2020 04:30:01
Message: <web.5e1843f8f66b1794d26876bc0@news.povray.org>
New version where I fixed a wrongly named color, and I created a HTML-file
showing the various named colors.

Brgds,
Sven-Erik Andersen


Post a reply to this message


Attachments:
Download 'farger.inc-3.1.zip' (92 KB)

From: jr
Subject: Re: New version of Farger.inc
Date: 11 Jan 2020 05:55:01
Message: <web.5e19a8fcf66b17948c662f470@news.povray.org>
hi,

"Sven-Erik Andersen" <sve### [at] gmailcom> wrote:
> New version where I fixed a wrongly named color, and I created a HTML-file
> showing the various named colors.

thanks, very useful, except..  :-)  the page being so large will benefit from
having links to get to each table, imo.  the attached patch adds navigation, to
apply cd into same directory as 'farger.inc.html', then:
  $ zcat /path/to/farger.nav.diff.gz | patch --verbose -p1


regards, jr.


Post a reply to this message


Attachments:
Download 'farger.nav.diff.gz' (2 KB)

From: Sven-Erik Andersen
Subject: Re: New version of Farger.inc
Date: 11 Jan 2020 09:50:00
Message: <web.5e19e02ff66b1794d26876bc0@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> thanks, very useful, except..  :-)  the page being so large will benefit from
> having links to get to each table, imo.  the attached patch adds navigation, to
> apply cd into same directory as 'farger.inc.html', then:
>   $ zcat /path/to/farger.nav.diff.gz | patch --verbose -p1
>
>
> regards, jr.

Thanks jr! I have added the navigation to the HTML-file.

Updated version is available on Github:
https://github.com/SvenErik1968/Farger.inc


Post a reply to this message

From: Melody
Subject: Re: New version of Farger.inc
Date: 18 Jan 2020 05:20:01
Message: <web.5e22db53f66b17949da690110@news.povray.org>
/**  Using clipboard - needs a recent version - Chrome is OK -
 CLICK A COLOR, = COPY to Clipboard */

var nColors = 1819, mousex, mousey, GG, Width = 1260, patchSize = 21;

// "#declare MediumSlateBlue = color red 0.498039 blue 1.0;" ,
// "#declare MediumSpringGreen = color red 0.498039 green 1.0;" ,
// had no green blue --- yellow had no spaces
// ? "#declare Mica = color Black; // needed in textures.inc" , fits nothing
//"#declare OrangeRed = color red 1.0 green 0.25;" no blue

So that's 3, I don't really know the real color. Everything patched.
Set patchSize in drawpalette.js if they don't all fit in your browser frame.

Can't draw in java yet? You can now. Sweet.


Post a reply to this message


Attachments:
Download 'povcolorselect.zip' (34 KB)

Goto Latest 10 Messages Next 10 Messages >>>

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