ray:: color_out_of_range configurable via CLI

This commit is contained in:
Zeno Rogue 2019-11-02 22:31:50 +01:00
parent fa933a6661
commit c25de99e10
1 changed files with 3 additions and 0 deletions

View File

@ -1001,6 +1001,9 @@ int readArgs() {
PHASEFROM(2);
want_use = 1;
}
else if(argis("-ray-out")) {
PHASEFROM(2); shift(); color_out_of_range = arghex();
}
else if(argis("-ray-comp")) {
PHASEFROM(2);
comparison_mode = true;