67 741
contributi
m (Final version of space processing routine) |
mNessun oggetto della modifica |
||
Riga 128: | Riga 128: | ||
L = (R * 0.299 + G * 0.587 + B * 0.114) --/ 256 | L = (R * 0.299 + G * 0.587 + B * 0.114) --/ 256 | ||
if L < 0.5 then | if L < 0.45 then --0.5 then | ||
return "white" | return "white" | ||
else | else |