|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi!
And.... WHY!?!?!?!??!!?!?!!?
Help me figure out how to crack the color mystery in PovRay.. Yes, I've
checked the Documentation, but it confused me... I want to freely choose a
special shade of i.e. tan, but I'm still left to trying out different rgb
values, and I have NO luck with that..
Perhaps the 255,255,255, wich can easily be checked in Photoshop, somehow
can be transformed into PovRays rgb <1,1,1>?
Is there a site where I can actually check MORE "predefined" colors than the
ones in colors.inc..?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
web.44294bbbea06a9c447d3ae5e0@news.povray.org...
> Hi!
>
> And.... WHY!?!?!?!??!!?!?!!?
>
> Help me figure out how to crack the color mystery in PovRay.. Yes,
> I've
> checked the Documentation, but it confused me... I want to freely
> choose a
> special shade of i.e. tan, but I'm still left to trying out
> different rgb
> values, and I have NO luck with that..
>
> Perhaps the 255,255,255, wich can easily be checked in Photoshop,
> somehow
> can be transformed into PovRays rgb <1,1,1>?
...<r, g, b>/255
> Is there a site where I can actually check MORE "predefined" colors
> than the
> ones in colors.inc..?
just, do it youself :))
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"kurtz_le_pirate" <kur### [at] yahoofr> wrote:
> web.44294bbbea06a9c447d3ae5e0@news.povray.org...
> > Is there a site where I can actually check MORE "predefined" colors
> > than the
> > ones in colors.inc..?
>
> just, do it youself :))
To expand a bit.
You can create your own version of colors.inc, with your customised
settings. Call it, for instance, my_colors.inc. Then include the path in
your library and the line
#include " my_colors.inc"
in your PovRay file
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"RusHHouR" <gee### [at] mailnu> wrote:
> Hi!
>
> And.... WHY!?!?!?!??!!?!?!!?
>
> Help me figure out how to crack the color mystery in PovRay.. Yes, I've
> checked the Documentation, but it confused me... I want to freely choose a
> special shade of i.e. tan, but I'm still left to trying out different rgb
> values, and I have NO luck with that..
>
> Perhaps the 255,255,255, wich can easily be checked in Photoshop, somehow
> can be transformed into PovRays rgb <1,1,1>?
>
> Is there a site where I can actually check MORE "predefined" colors than the
> ones in colors.inc..?
If you are really having difficulty getting the colour you want in POV rgb
format, try the little colour picking utility here (for Windows):
http://www.skalarsoft.com/prog/pickcol.html
One of my favourites. Gives the colour in RGB<255,255,255>, HEX &
rgb<1,1,1> formats. Plus has a few nifty little features including the
Color Picker mode which lets you pick a colour off the current monitor
display...
-tgq
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"RusHHouR" <gee### [at] mailnu> wrote in message
news:web.44294bbbea06a9c447d3ae5e0@news.povray.org...
> Hi!
You might be interested in this small app.
http://povcolor.sourceforge.net/
~Steve~
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thank you all very much!
( http://img227.imageshack.us/img227/6792/wh5dx.jpg )
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"RusHHouR" <gee### [at] mailnu> wrote:
> Thank you all very much!
>
> ( http://img227.imageshack.us/img227/6792/wh5dx.jpg )
you could just take photoshops values and divide each one by 255. that will
give you the rgb<1,1,1> format.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
news:web.442c736828370dcabbb7f5d50@news.povray.org...
> "RusHHouR" <gee### [at] mailnu> wrote:
> > Thank you all very much!
> >
> > ( http://img227.imageshack.us/img227/6792/wh5dx.jpg )
>
> you could just take photoshops values and divide each one by 255. that
will
> give you the rgb<1,1,1> format.
This is done simply by <R,G,B>/255
Marc
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |