9.2.2 uetonf

1.
Function
Performs fill of 2-D contours using the image-data draw function.
2.
Call
NumRu::DCL.uetonf(z)
3.
Explanation of Parameters
z (R) A 2-D array of mx * ny. The nx * ny portion is used in the draw routine.
mxn (I) The first adjustable dimension of array z.
nx (I) The first adjustable dimension of array z used in the draw routine
ny (I) The second adjustable dimension of array z used in the draw routine
4.
Notes
(a)
This is nearly compatible with the UETONE, but only solid tone patterns can be specified.
(b)
This routine cannot be used on devices without image draw functions.
(c)
The color is determined by linearly interpolating the value (z) from the surrounding 4 points for each pixel. Therefore, the boundary between colors is usually a curved line.