#include <esp_color_correction.h>
Definition at line 8 of file esp_color_correction.h.
◆ ESPColorCorrection()
esphome::light::ESPColorCorrection::ESPColorCorrection |
( |
| ) |
|
|
inline |
◆ calculate_gamma_table()
void esphome::light::ESPColorCorrection::calculate_gamma_table |
( |
float | gamma | ) |
|
◆ color_correct()
Color esphome::light::ESPColorCorrection::color_correct |
( |
Color | color | ) |
const |
|
inline |
◆ color_correct_blue()
uint8_t esphome::light::ESPColorCorrection::color_correct_blue |
( |
uint8_t | blue | ) |
const |
|
inline |
◆ color_correct_green()
uint8_t esphome::light::ESPColorCorrection::color_correct_green |
( |
uint8_t | green | ) |
const |
|
inline |
◆ color_correct_red()
uint8_t esphome::light::ESPColorCorrection::color_correct_red |
( |
uint8_t | red | ) |
const |
|
inline |
◆ color_correct_white()
uint8_t esphome::light::ESPColorCorrection::color_correct_white |
( |
uint8_t | white | ) |
const |
|
inline |
◆ color_uncorrect()
Color esphome::light::ESPColorCorrection::color_uncorrect |
( |
Color | color | ) |
const |
|
inline |
◆ color_uncorrect_blue()
uint8_t esphome::light::ESPColorCorrection::color_uncorrect_blue |
( |
uint8_t | blue | ) |
const |
|
inline |
◆ color_uncorrect_green()
uint8_t esphome::light::ESPColorCorrection::color_uncorrect_green |
( |
uint8_t | green | ) |
const |
|
inline |
◆ color_uncorrect_red()
uint8_t esphome::light::ESPColorCorrection::color_uncorrect_red |
( |
uint8_t | red | ) |
const |
|
inline |
◆ color_uncorrect_white()
uint8_t esphome::light::ESPColorCorrection::color_uncorrect_white |
( |
uint8_t | white | ) |
const |
|
inline |
◆ set_local_brightness()
void esphome::light::ESPColorCorrection::set_local_brightness |
( |
uint8_t | local_brightness | ) |
|
|
inline |
◆ set_max_brightness()
void esphome::light::ESPColorCorrection::set_max_brightness |
( |
const Color & | max_brightness | ) |
|
|
inline |
◆ gamma_reverse_table_
uint8_t esphome::light::ESPColorCorrection::gamma_reverse_table_[256] |
|
protected |
◆ gamma_table_
uint8_t esphome::light::ESPColorCorrection::gamma_table_[256] |
|
protected |
◆ local_brightness_
uint8_t esphome::light::ESPColorCorrection::local_brightness_ {255} |
|
protected |
◆ max_brightness_
Color esphome::light::ESPColorCorrection::max_brightness_ |
|
protected |
The documentation for this class was generated from the following files: