|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
/** 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)
|
|
| |
| |
|
|
|
|
| |