POV-Ray : Newsgroups : povray.binaries.utilities : HSV HSL color script for mirc Server Time
28 Mar 2024 20:42:57 EDT (-0400)
  HSV HSL color script for mirc (Message 1 to 4 of 4)  
From: Melody
Subject: HSV HSL color script for mirc
Date: 29 Dec 2019 05:40:00
Message: <web.5e08823fa55f34fc9da690110@news.povray.org>
HSV HSL color script for mIRC, spitting out povray scripted colors.

mIRC is vital to have something this easy, if you need to sort something, or
prepare a data file, etc etc. perfect when I needed to sort lon lat for DEM
placement -- pop into a sort window, you're done in like 10 minutes with writing
a sort task.

Script is not case sensitive, to the 6th decimal. You need around
9-place-accuracy to calc a planetarium. I included math.dll to the 15th, for
when accuracy is a must.

Recommend mirc6.35, not the latest; you dont need it. This will open a new world
of files and programming, if u go online and find me ... heh.

In a read file, some simple instructions to load a script, for 1st timers just
getting mirc.

mIRC running might be all one needs, and of course everything is made for
windows. you NEED windoze 7. win 10 is a virus. I took the laptop back and told
Fry's to delete it and put on win7.

current pallet, 1920 visible colors in 3 sv/sl shades. 320 hue * 6.


Post a reply to this message


Attachments:
Download 'crayola_script2.zip' (102 KB)

From: Melody
Subject: Re: HSV HSL color script for mirc
Date: 29 Dec 2019 06:30:00
Message: <web.5e088db91ccaece09da690110@news.povray.org>
as suspected, decimal point names wont fly.
#declare hsv_0.8_318 = rgb < 0.6,0.147,0.12 >;

next version


Post a reply to this message

From: Melody
Subject: Re: HSV HSL color script for mirc
Date: 29 Dec 2019 06:35:01
Message: <web.5e088f4e1ccaece09da690110@news.povray.org>
just do this -- line 150 and 165

paste over %sat
$remove(%sat,.)

so easy


Post a reply to this message

From: Melody
Subject: Re: HSV HSL color script for mirc
Date: 29 Dec 2019 08:00:01
Message: <web.5e08a2f71ccaece09da690110@news.povray.org>
line 248  crayola_farger.mrc - wrong file for this project. not irc.dll

math.dll or $lib
sheesh and in the dll

was almost ready, doh, Thomas asked,
so I had to show heh

all patched up now. : )


Post a reply to this message


Attachments:
Download 'crayola_script2a.zip' (102 KB)

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