| 202 | } |
| 203 | |
| 204 | int PSL_settransparencymode_ (char *mode) |
| 205 | { |
| 206 | return (PSL_settransparencymode (PSL_FORTRAN, mode)); |
| 207 | } |
| 208 | |
| 209 | int PSL_setfill_ (struct PSL_CTRL *PSL, double *rgb, int *outline) |
| 210 | { |
nothing calls this directly
no test coverage detected