Path: csiph.com!xmission!news.alt.net From: dale Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Overlapping/Merge two density plot red and green scale using gnuplot Date: Tue, 15 Nov 2016 21:45:55 -0500 Lines: 21 Message-ID: <9sd6po.kd5.19.1@news.alt.net> References: <093d02c9-93e0-4d98-b0ab-3144692fdd0a@googlegroups.com> <9sd4sr.9c6.19.1@news.alt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 In-Reply-To: <9sd4sr.9c6.19.1@news.alt.net> Content-Language: en-US Xref: csiph.com comp.graphics.apps.gnuplot:3462 On 11/15/2016 9:13 PM, dale wrote: > simple mixing > (R,G,B)= R/(R+G+B) + G/(R+G+B) + B/(R+G+B) probably made the same err you did, you do need to add the secondary terms if you are mixing colorants and not mixing color, an equidistant color space like CIELUV you don't have the other terms R=255*(R/(R+G+B) + R+G/(R+G+B) + R+B/(R+G+B)) G ... B ... if you had a reference medium metric like RIMM,ERIMM,ROMM , see www.color.org , "reference devices" or something that is close and fits its purpose, you might assume equidistance there -- dale | http://www.dalekelly.org