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

◆ Tile2x2_u8_wrap() [1/4]

fl::Tile2x2_u8_wrap::Tile2x2_u8_wrap ( )

Definition at line 26 of file tile2x2.cpp.

26 {
27 mData[0][0] = {vec2<u16>(0, 0), 0};
28 mData[0][1] = {vec2<u16>(0, 1), 0};
29 mData[1][0] = {vec2<u16>(1, 0), 0};
30 mData[1][1] = {vec2<u16>(1, 1), 0};
31}

References mData.

Referenced by Interpolate().

+ Here is the caller graph for this function: