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

Component: Degree of transparency ranging from 0.0 (fully transparent) to 1.0 (fully opaque). More...

#include <rerun/components/opacity.hpp>

Public Member Functions

 Opacity (rerun::datatypes::Float32 opacity_)
 
Opacityoperator= (rerun::datatypes::Float32 opacity_)
 
 Opacity (float value_)
 
Opacityoperator= (float value_)
 
 operator rerun::datatypes::Float32 () const
 Cast to the underlying Float32 datatype.
 

Public Attributes

rerun::datatypes::Float32 opacity
 

Detailed Description

Component: Degree of transparency ranging from 0.0 (fully transparent) to 1.0 (fully opaque).

The final opacity value may be a result of multiplication with alpha values as specified by other color sources. Unless otherwise specified, the default value is 1.


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