6#include "../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
112 template <
typename T>
117 struct Loggable<components::Colormap> {
118 static constexpr std::string_view ComponentType =
"rerun.components.Colormap";
121 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
124 static Result<std::shared_ptr<arrow::Array>> to_arrow(
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
All built-in components. See Types in the Rerun manual.
Definition rerun.hpp:90
Colormap
Component: Colormap for mapping scalar values within a given range to a color.
Definition colormap.hpp:28
@ Twilight
The Twilight colormap from Matplotlib.
@ Magma
The Magma colormap from Matplotlib.
@ RvizMap
The classic RViz "Map" grid-map colormap intended for occupancy-style SLAM grid maps.
@ RvizCostmap
The classic RViz "Costmap" grid-map colormap for robot navigation cost maps.
@ Turbo
Google's Turbo colormap map.
@ Inferno
The Inferno colormap from Matplotlib.
@ Viridis
The Viridis colormap from Matplotlib.
@ Plasma
The Plasma colormap from Matplotlib.
@ Grayscale
A simple black to white gradient.
@ CyanToYellow
Rasmusgo's Cyan to Yellow colormap.
@ Costmap
A grid-map colormap for robot navigation cost maps.
@ Spectral
The Spectral colormap from Matplotlib.
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23