|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_fade | ( | DataType & | input, |
| double | fade_in_duration_ratio = 0.0, |
||
| double | fade_out_duration_ratio = 0.0 |
||
| ) |
Fade transformation (linear fade-in and fade-out) using C++20 ranges (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED |
| fade_in_duration_ratio | Fade-in duration as a ratio of total length (0.0 to 1.0) |
| fade_out_duration_ratio | Fade-out duration as a ratio of total length (0.0 to 1.0) |
Definition at line 208 of file TemporalHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double().
Referenced by MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >::transform_implementation().
Here is the call graph for this function:
Here is the caller graph for this function: