| 192 | }; |
| 193 | |
| 194 | inline bool xy_equal(const float a[2], const float b[2]) FL_NOEXCEPT { |
| 195 | return a[0] == b[0] && a[1] == b[1]; |
| 196 | } |
| 197 | |
| 198 | inline float compute_eta_from_input(const colorimetric_detail::RgbcctProfile& profile, |
| 199 | float s_r, float s_g, float s_b) FL_NOEXCEPT { |
no outgoing calls
no test coverage detected