libNeon
|
#include <gradient_fx.hpp>
Public Member Functions | |
gradient_fx_config ()=default | |
void | apply (gradient_fx &g_fx) const |
std::string | to_string () const |
Public Attributes | |
neo::gradient | gradient = {} |
float | repeats = 1.f |
std::uint32_t | duration_ms = 1000 |
|
default |
void neo::gradient_fx_config::apply | ( | gradient_fx & | g_fx | ) | const |
std::string neo::gradient_fx_config::to_string | ( | ) | const |
std::uint32_t neo::gradient_fx_config::duration_ms = 1000 |
neo::gradient neo::gradient_fx_config::gradient = {} |
float neo::gradient_fx_config::repeats = 1.f |