Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::archetypes::Background Struct Reference

Archetype: Configuration for the background of a view. More...

#include <rerun/blueprint/archetypes/background.hpp>

Public Types

using IndicatorComponent = rerun::components::IndicatorComponent< IndicatorComponentName >
 Indicator component, used to identify the archetype when converting to a list of components.
 

Public Member Functions

 Background (Background &&other)=default
 
 Background (rerun::blueprint::components::BackgroundKind _kind)
 
Background with_color (rerun::components::Color _color) &&
 Color used for the SolidColor background type.
 

Public Attributes

rerun::blueprint::components::BackgroundKind kind
 The type of the background.
 
std::optional< rerun::components::Colorcolor
 Color used for the SolidColor background type.
 

Static Public Attributes

static constexpr const char IndicatorComponentName []
 

Detailed Description

Archetype: Configuration for the background of a view.

Member Data Documentation

◆ IndicatorComponentName

constexpr const char rerun::blueprint::archetypes::Background::IndicatorComponentName[]
staticconstexpr
Initial value:
=
"rerun.blueprint.components.BackgroundIndicator"

The documentation for this struct was generated from the following file: