C++
void setShowIntensityAsGradient( bool b );
Description
Color schemes can be treated as distinct bands or as gradients. This function allows the user to set whether or not the intensity color scheme is being displayed as a gradient. The default value is true.
Parameters
Parameters | Description |
---|---|
b | true: colors in the referenced intensity color scheme are applied as a gradient. false: otherwise. |