Previous topic

XYZGetDataSource

Next topic

XYZGetFillMinColor

This Page

XYZGetFillColorsΒΆ

XYZGetFillColors returns the colors used to fill between the isolines of a 3D dataset.

rmRGB = XYZGetFillColors(hData)

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

hData

A handle for a dataset created with XYZCreate.

id-305987