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

Function promote_channel_to_hd

src/fl/gfx/colorutils.cpp.hpp:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269};
270
271inline fl::u16 promote_channel_to_hd(fl::u8 channel) {
272 return static_cast<fl::u16>(channel) << 8;
273}
274
275inline fl::u16 lerp_channel_to_hd(fl::u8 a, fl::u8 b, fl::u16 frac,
276 fl::u32 segment_size) {

Callers 1

promote_rgb_to_hdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected