pov-ray/helpers.inc

6 lines
95 B
PHP
Raw Normal View History

2014-03-09 15:24:04 -05:00
#version 3.7;
#declare real_rgb = function(r, g, b) {
color rgb<r/255, g/255, b/255>
}