FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Identity()

static TransformFloatImplPtr fl::TransformFloatImpl::Identity ( )
inlinestatic

Definition at line 59 of file transform.h.

59 {
60 TransformFloatImplPtr tx = fl::make_shared<TransformFloatImpl>();
61 return tx;
62 }
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

+ Here is the call graph for this function: