aligenie_demo sample
lightbulb_gamma_data_t
is only used within aligenie_demo sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
aligenie_demo sample
lightbulb_gamma_data_t
lightbulb_gamma_data_t struct
These configurations are used for color calibration.
Syntax
Show:
Summary
Declaration
from
lightbulb.h:145
typedef
struct
{
lightbulb_custom_table_t
*
table
;
lightbulb_custom_balance_coefficient_t
*
balance
;
float
r_curve_coe
;
float
g_curve_coe
;
float
b_curve_coe
;
}
lightbulb_gamma_data_t
;
Fields
Field
Declared as
lightbulb_gamma_data_t::table
lightbulb_custom_table_t
*
lightbulb_gamma_data_t::balance
lightbulb_custom_balance_coefficient_t
*
lightbulb_gamma_data_t::r_curve_coe
float
lightbulb_gamma_data_t::g_curve_coe
float
lightbulb_gamma_data_t::b_curve_coe
float
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out