nice func integrated in Fonderie

This commit is contained in:
tth 2021-03-20 20:32:25 +01:00
parent 64c1383283
commit c7e2ab12ca
2 changed files with 6 additions and 0 deletions

View File

@ -297,6 +297,11 @@ switch (idFx) {
retval = do_something(image, 3); retval = do_something(image, 3);
break; break;
case CR_hilightr:
fprintf(stderr, "filter %d is a WIP\n", idFx);
retval = fimg_highlight_color(image, image, 'R', 1.717);
break;
default : default :
fprintf(stderr, "%s : effect #%d invalid\n", fprintf(stderr, "%s : effect #%d invalid\n",
__func__, idFx); __func__, idFx);

View File

@ -28,5 +28,6 @@
30 multidots 100 1.333 30 multidots 100 1.333
31 diagonal 1 1.0 31 diagonal 1 1.0
42 nothing 42 3.1415926 42 nothing 42 3.1415926
45 hilightr 1 1.717
99 message 1 1.0 99 message 1 1.0
-1 end 1 1.0 -1 end 1 1.0