6#include "../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
51 struct Loggable<datatypes::ColorModel> {
52 static constexpr const char Name[] =
"rerun.datatypes.ColorModel";
55 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
58 static Result<std::shared_ptr<arrow::Array>> to_arrow(
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
All built-in datatypes. See Types in the Rerun manual.
Definition rerun.hpp:82
ColorModel
Datatype: Specified what color components are present in an archetypes::Image.
Definition color_model.hpp:26
@ BGRA
Blue, Green, Red, Alpha.
@ L
Grayscale luminance intencity/brightness/value, sometimes called Y
@ RGBA
Red, Green, Blue, Alpha.
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22