|
| void | fl::disable_rgbw_colorimetric_lut () FL_NOEXCEPT |
| |
| u8 | fl::anonymous_namespace{rgbw.cpp.hpp}::divide_by_3 (u8 x) |
| |
| bool | fl::enable_rgbw_colorimetric_lut (int) FL_NOEXCEPT |
| |
| bool | fl::enable_rgbw_colorimetric_lut (int, RgbwLutInterp) FL_NOEXCEPT |
| |
| const DiodeProfile * | fl::get_rgbw_colorimetric_profile () FL_NOEXCEPT |
| |
| void | fl::anonymous_namespace{rgbw.cpp.hpp}::invalidate_colorimetric_caches_for (const DiodeProfile *profile) FL_NOEXCEPT |
| |
| u8 | fl::anonymous_namespace{rgbw.cpp.hpp}::min3 (u8 a, u8 b, u8 c) |
| |
| void | fl::rgb_2_rgbw_colorimetric (u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w) FL_NOEXCEPT |
| |
| void | fl::rgb_2_rgbw_colorimetric_boosted (u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w) FL_NOEXCEPT |
| |
| void | fl::rgb_2_rgbw_exact (u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w) FL_NOEXCEPT |
| | Converts RGB to RGBW using a color transfer method from saturated color channels to white.
|
| |
| void | fl::rgb_2_rgbw_max_brightness (u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w) FL_NOEXCEPT |
| | The minimum brigthness of the RGB channels is used to set the W channel.
|
| |
| void | fl::rgb_2_rgbw_null_white_pixel (u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w) FL_NOEXCEPT |
| | Converts RGB to RGBW with the W channel set to black, always.
|
| |
| void | fl::rgb_2_rgbw_user_function (u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w) |
| |
| void | fl::rgb_2_rgbw_white_boosted (u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w) FL_NOEXCEPT |
| | Converts RGB to RGBW with a boosted white channel.
|
| |
| bool | fl::rgbw_colorimetric_lut_enabled () FL_NOEXCEPT |
| |
| void | fl::rgbw_partial_reorder (EOrderW w_placement, u8 b0, u8 b1, u8 b2, u8 w, u8 *out_b0, u8 *out_b1, u8 *out_b2, u8 *out_b3) |
| |
| void | fl::set_input_gamut (DiodeProfile *profile, InputGamut g) FL_NOEXCEPT |
| |
| void | fl::set_input_gamut (DiodeProfile *profile, InputGamut g, const float white_xy[2]) FL_NOEXCEPT |
| |
| void | fl::set_rgb_2_rgbw_function (rgb_2_rgbw_function func) |
| |
| void | fl::set_rgbw_colorimetric_profile (const DiodeProfile *profile) FL_NOEXCEPT |
| |