Workspace 6.21.5
|
Creates a TransferFunction2d for mapping data values to colors, using a color spectrum object. The range of the transfer function is assumed to be from 0 to the maximum data value in the dataset to which it is eventually applied.
Inputs: | |||
---|---|---|---|
Use gradient as alpha | bool | When applying the transfer function to a dataset, this flag controls whether or not the alpha value of the final colors will be determined by the gradient of the corresponding value in the dataset. This can be useful for automatically visualising only non-homogeneous regions in a dataset. | |
Spectrum | CSIRO::DataAnalysis::ColorSpectrum | ||
Outputs: | |||
Transfer function | CSIRO::DataAnalysis::TransferFunction2d |