render a colormap defined by a 2D function into a PPM file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Colormap), | intent(in) | :: | self | |||
| character(len=*), | intent(in) | :: | filename | |||
| procedure(zf2d) | :: | zfun | ||||
| real(kind=wp), | intent(in) | :: | xmin(2) | |||
| real(kind=wp), | intent(in) | :: | xmax(2) | |||
| integer, | intent(in), | optional | :: | width | ||
| integer, | intent(in), | optional | :: | height | ||
| character(len=*), | intent(in), | optional | :: | encoding |