Wavelength
Privacy-focused, cross-platform, and open-source communication application
Loading...
Searching...
No Matches
BlobConfig::IdleParameters Struct Reference

Structure holding parameters specific to the Idle state animation. More...

#include <blob_config.h>

Collaboration diagram for BlobConfig::IdleParameters:

Public Attributes

double wave_amplitude = 2.0
 Amplitude (magnitude) of the wave effect applied in the Idle state.
 
double wave_frequency = 3.0
 Frequency (speed) of the wave effect applied in the Idle state.
 
double wave_phase = 0.0
 Current phase offset of the wave effect (updated over time).
 

Detailed Description

Structure holding parameters specific to the Idle state animation.

Member Data Documentation

◆ wave_amplitude

double BlobConfig::IdleParameters::wave_amplitude = 2.0

Amplitude (magnitude) of the wave effect applied in the Idle state.

◆ wave_frequency

double BlobConfig::IdleParameters::wave_frequency = 3.0

Frequency (speed) of the wave effect applied in the Idle state.

◆ wave_phase

double BlobConfig::IdleParameters::wave_phase = 0.0

Current phase offset of the wave effect (updated over time).


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