| 578 | }; |
| 579 | |
| 580 | inline void loadProgmemPalette(CRGB *entries, const fl::u32 *rhs, |
| 581 | fl::u16 count) FL_NOEXCEPT { |
| 582 | for (fl::u16 i = 0; i < count; ++i) { |
| 583 | entries[i] = FL_PGM_READ_DWORD_NEAR(rhs + i); |
| 584 | } |
| 585 | } |
| 586 | |
| 587 | inline void loadProgmemPalette(CHSV *entries, const fl::u32 *rhs, |
| 588 | fl::u16 count) FL_NOEXCEPT { |
no outgoing calls
no test coverage detected