|
FastLED 3.9.15
|
| void fl::encodeUCS7604_16bit_RGB | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out, | ||
| const Gamma8 & | gamma ) |
Encode RGB pixels in UCS7604 16-bit format with gamma correction.
| InputIterator | Iterator yielding fl::array<uint8_t, 3> (RGB bytes) |
| OutputIterator | Output iterator accepting uint8_t |
| first | Beginning of pixel range |
| last | End of pixel range |
| out | Output iterator for encoded bytes |
| gamma | Gamma8 LUT for 8-to-16 bit expansion |
Definition at line 144 of file ucs7604.h.
References gamma().
Referenced by encodeUCS7604().
Here is the call graph for this function:
Here is the caller graph for this function: