|
FastLED 3.9.15
|
Declares functions for five-bit gamma correction.
Definition in file five_bit_hd_gamma.h.
Include dependency graph for five_bit_hd_gamma.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | fl::CRGBA5 |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Enumerations | |
| enum class | fl::FiveBitGammaCorrectionMode { fl::kFiveBitGammaCorrectionMode_Null = 0 , fl::kFiveBitGammaCorrectionMode_BitShift = 1 } |
Functions | |
| FL_OPTIMIZE_FUNCTION void | fl::five_bit_hd_gamma_bitshift (fl::span< const CRGB > colors, CRGB colors_scale, u8 global_brightness, fl::span< CRGB > out_colors, fl::span< u8 > out_power_5bit) |
| FL_OPTIMIZE_FUNCTION void | fl::five_bit_hd_gamma_bitshift (fl::span< const CRGB > colors, CRGB colors_scale, u8 global_brightness, fl::span< CRGBA5 > out) |