|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
Color Light Sensing shared. More...

Functions | |
| FctERR | CLS_get_chromacity (float xy[2], uint32_t *const illum, const float mat[3][3], const uint16_t r, const uint16_t g, const uint16_t b) |
| !< This matrix is the result of a transformation composed of correlations at different light sources (based on TAOS DN25 application note) | |
| FctERR | CLS_get_CCT (uint32_t *const cct, const float xy[2]) |
| Determining CCT (correlated temperature) following xy values. | |
Variables | |
| const float | CLS_RGB2XYZ_Default [3][3] |
Color Light Sensing shared.
| FctERR CLS_get_CCT | ( | uint32_t *const | cct, |
| const float | xy[2] ) |
Determining CCT (correlated temperature) following xy values.
| [in,out] | cct | - Pointer to CCT result |
| [in] | xy | - Pointer to chromacity coordinates |
| FctERR CLS_get_chromacity | ( | float | xy[2], |
| uint32_t *const | illum, | ||
| const float | mat[3][3], | ||
| const uint16_t | r, | ||
| const uint16_t | g, | ||
| const uint16_t | b ) |
!< This matrix is the result of a transformation composed of correlations at different light sources (based on TAOS DN25 application note)
Determining chromacity following RGB values.
| const float CLS_RGB2XYZ_Default[3][3] |