Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::AlbedoFactor Struct Reference

Component: A color multiplier, usually applied to a whole entity, e.g. a mesh. More...

#include <rerun/components/albedo_factor.hpp>

Public Member Functions

 AlbedoFactor (rerun::datatypes::Rgba32 albedo_factor_)
 
AlbedoFactoroperator= (rerun::datatypes::Rgba32 albedo_factor_)
 
 AlbedoFactor (uint32_t rgba_)
 
AlbedoFactoroperator= (uint32_t rgba_)
 
 operator rerun::datatypes::Rgba32 () const
 Cast to the underlying Rgba32 datatype.
 

Public Attributes

rerun::datatypes::Rgba32 albedo_factor
 

Detailed Description

Component: A color multiplier, usually applied to a whole entity, e.g. a mesh.


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