XYZGetFillColors returns the colors used to fill between the isolines of a 3D dataset.
Return Value
rmRGB is a matrix with 3 columns with fill colors. “i” is the index of the corresponding iso value beginning with 1.
| Value | Meaning |
|---|---|
| rmRGB[i;1] | Red (0-255) |
| rmRGB[i;2] | Green (0-255) |
| rmRGB[i;3] | Blue (0-255) The number of rows is equal to the number of iso values in the xyz-dataset. |
Parameters
A handle for a dataset created with XYZCreate.
See also
id-305987