Ray blend colors

From PyMOLWiki
Revision as of 02:07, 8 April 2011 by Inchoate (talk | contribs) (Created page with "When ray_blend_colors is set, it knocks out the RGB component of the ray_blend_red, ray_blend_green, ray_blend_blue. For example, without blending a rainbow pict...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When ray_blend_colors is set, it knocks out the RGB component of the ray_blend_red, ray_blend_green, ray_blend_blue. For example, without blending a rainbow picture looks like:

Ray blend off.png

but if, before ray tracing we set,

set ray_blend_colors, on
set ray_blend_red, 1.0

as you can see PyMOL has knocked out all red coloring,

Ray blend red.png

The amount of the colored component left is: (1.0 - (ray_blend_COLOR)) * original_color