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

◆ Identity()

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

Definition at line 54 of file transform.h.

54 {
55 TransformFloatImplPtr tx = TransformFloatImplPtr::New();
56 return tx;
57 }