POV-Ray : Newsgroups : povray.general : color mixing tool : Re: color mixing tool Server Time
30 Jul 2024 02:20:42 EDT (-0400)
  Re: color mixing tool  
From: CShake
Date: 27 Nov 2009 18:52:55
Message: <4b106657$1@news.povray.org>
stbenge wrote:
> If you want to mix colors this way, just use Gimp or another paint 
> program and use the eyedropper tool to the get RGB values, and divide 
> that color vector by 256.

Actually, divide by 255 since there are 256 colors, but they are in the 
range 0-255. #FFFFFF; = <255,255,255>/255 = <1,1,1>


Post a reply to this message

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