MCPcopy Create free account
hub / github.com/FastLED/FastLED / length

Method length

examples/LuminescentGrand/shared/framebuffer.cpp:48–48  ·  view source on GitHub ↗

Length in pixels.

Source from the content-addressed store, hash-verified

46}
47// Length in pixels.
48int FrameBufferBase::length() const { return mNColorArray; }
49
50FrameBuffer::FrameBuffer(int n_pixels)
51 : FrameBufferBase(static_cast<Color3i*>(fl::malloc(sizeof(Color3i) * n_pixels)),

Callers 3

test_ping_endpointFunction · 0.45
test_promise_approachFunction · 0.45
test_await_approachFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_ping_endpointFunction · 0.36
test_promise_approachFunction · 0.36
test_await_approachFunction · 0.36