Data Structures |
struct | terry::color::temperature::T_A |
struct | terry::color::temperature::T_B |
struct | terry::color::temperature::T_C |
struct | terry::color::temperature::T_D50 |
struct | terry::color::temperature::T_D55 |
struct | terry::color::temperature::T_D58 |
struct | terry::color::temperature::T_D65 |
struct | terry::color::temperature::T_D75 |
struct | terry::color::temperature::T_9300 |
struct | terry::color::temperature::T_E |
struct | terry::color::temperature::T_F2 |
struct | terry::color::temperature::T_F7 |
struct | terry::color::temperature::T_F11 |
struct | terry::color::temperature::T_DCIP3 |
struct | terry::color::channel_color_temperature_t< Channel, IN, OUT > |
| change the color temperature More...
|
struct | terry::color::channel_color_temperature_t< Channel, INOUT, INOUT > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_A, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_A > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_B, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_B > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_C, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_C > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_D50, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_D50 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_D55, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_D55 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_D58, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_D58 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_D65, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_D65 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_D75, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_D75 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_9300, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_9300 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_E, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_E > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_F2, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_F2 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_F7, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_F7 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_F11, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_F11 > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_DCIP3, temperature::T_INTER > |
struct | terry::color::channel_color_temperature_t< Channel, temperature::T_INTER, temperature::T_DCIP3 > |
struct | terry::color::pixel_color_temperature_t< Pixel, IN, OUT > |
struct | terry::color::transform_pixel_color_temperature_t< IN, OUT > |
Namespaces |
namespace | terry |
namespace | terry::color |
namespace | terry::color::temperature |
Typedefs |
typedef T_D65 | terry::color::temperature::T_INTER |
Functions |
template<class TemperatureIN , class TemperatureOUT , class View > |
void | terry::color::temperature_convert_view (const View &src, View &dst, const TemperatureIN &temperatureIn=TemperatureIN(), const TemperatureOUT &temperatureOut=TemperatureOUT()) |
template<class TemperatureIN , class TemperatureOUT , class Pixel > |
void | terry::color::temperature_convert_pixel (const Pixel &src, Pixel &dst, const TemperatureIN &temperatureIn=TemperatureIN(), const TemperatureOUT &temperatureOut=TemperatureOUT()) |