Documentation

UI::Plot::ColormapScaleFlags

Enum

Flags that can be passed to UI::Plot::ColormapScale.

Values

UI::Plot::ColormapScaleFlags::None (0)

UI::Plot::ColormapScaleFlags::NoLabel (1)

The colormap axis label will not be displayed

UI::Plot::ColormapScaleFlags::Opposite (2)

Render the colormap label and tick labels on the opposite side

UI::Plot::ColormapScaleFlags::Invert (4)

Invert the colormap bar and axis scale (this only affects rendering; if you only want to reverse the scale mapping, make scale_min > scale_max)