Flags that can be passed to UI::Plot::ColormapScale
.
Flags that can be passed to UI::Plot::ColormapScale
.
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)