![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common.h"
Go to the source code of this file.
Functions | |
static float4 | matrix_dot (const float4 vector, const float4 matrix[3]) |
static float4 | matrix_product (const float4 xyz, constant const float *const matrix) |
static float4 | matrix_product_float4 (const float4 xyz, constant const float *const matrix) |
static float4 | Lab_2_LCH (float4 Lab) |
static float4 | LCH_2_Lab (float4 LCH) |
static float4 | lab_f (float4 x) |
static float4 | XYZ_to_Lab (float4 xyz) |
static float4 | lab_f_inv (float4 x) |
static float4 | Lab_to_XYZ (float4 Lab) |
static float4 | prophotorgb_to_XYZ (float4 rgb) |
static float4 | XYZ_to_prophotorgb (float4 XYZ) |
static float4 | Lab_to_prophotorgb (float4 Lab) |
static float4 | prophotorgb_to_Lab (float4 rgb) |
static float4 | RGB_2_HSL (const float4 RGB) |
static float | Hue_2_RGB (float v1, float v2, float vH) |
static float4 | HSL_2_RGB (const float4 HSL) |
static float4 | RGB_2_HSV (const float4 RGB) |
static float4 | HSV_2_RGB (const float4 HSV) |
static float4 | XYZ_to_sRGB (float4 XYZ) |
static float4 | sRGB_to_XYZ (float4 sRGB) |
static float4 | XYZ_to_JzAzBz (float4 XYZ_D65) |
static float4 | JzAzBz_2_XYZ (const float4 JzAzBz) |
static float4 | JzAzBz_to_JzCzhz (float4 JzAzBz) |
static float4 | XYZ_to_LMS (const float4 XYZ) |
static float4 | LMS_to_XYZ (const float4 LMS) |
static float4 | gradingRGB_to_LMS (const float4 RGB) |
static float4 | LMS_to_gradingRGB (const float4 LMS) |
static float4 | LMS_to_Yrg (const float4 LMS) |
static float4 | Yrg_to_LMS (const float4 Yrg) |
static float4 | Yrg_to_Ych (const float4 Yrg) |
static float4 | Ych_to_Yrg (const float4 Ych) |
static float4 | dt_xyY_to_uvY (const float4 xyY) |
static float4 | dt_uvY_to_xyY (const float4 uvY) |
static float4 | dt_XYZ_to_xyY (const float4 XYZ) |
static float4 | dt_xyY_to_XYZ (const float4 xyY) |
static float4 | convert_XYZ_to_bradford_LMS (const float4 XYZ) |
static float4 | convert_bradford_LMS_to_XYZ (const float4 LMS) |
static float4 | convert_XYZ_to_CAT16_LMS (const float4 XYZ) |
static float4 | convert_CAT16_LMS_to_XYZ (const float4 LMS) |
static void | bradford_adapt_D50 (float4 *lms_in, const float4 origin_illuminant, const float p, const int full) |
static void | CAT16_adapt_D50 (float4 *lms_in, const float4 origin_illuminant, const float D, const int full) |
static void | XYZ_adapt_D50 (float4 *lms_in, const float4 origin_illuminant) |
static float4 | gamut_check_Yrg (float4 Ych) |
static float | Y_to_dt_UCS_L_star (const float Y) |
static float | dt_UCS_L_star_to_Y (const float L_star) |
static void | xyY_to_dt_UCS_UV (const float4 xyY, float UV_star_prime[2]) |
static float4 | xyY_to_dt_UCS_JCH (const float4 xyY, const float L_white) |
static float4 | dt_UCS_JCH_to_xyY (const float4 JCH, const float L_white) |
static float4 | dt_UCS_JCH_to_HSB (const float4 JCH) |
static float4 | dt_UCS_HSB_to_JCH (const float4 HSB) |
static float4 | dt_UCS_JCH_to_HCB (const float4 JCH) |
static float4 | dt_UCS_HCB_to_JCH (const float4 HCB) |
|
inlinestatic |
Referenced by extract_color_checker(), loop_switch(), and WB_coeffs_to_illuminant_xy().
|
inlinestatic |
Referenced by extract_color_checker(), and loop_switch().
|
inlinestatic |
References Bradford_LMS_to_XYZ, and matrix_dot().
Referenced by loop_switch(), and WB_coeffs_to_illuminant_xy().
|
inlinestatic |
References CAT16_LMS_to_XYZ, and matrix_dot().
Referenced by loop_switch().
|
inlinestatic |
References matrix_dot(), and XYZ_to_Bradford_LMS.
Referenced by loop_switch(), and WB_coeffs_to_illuminant_xy().
|
inlinestatic |
References matrix_dot(), and XYZ_to_CAT16_LMS.
Referenced by loop_switch().
|
inlinestatic |
Referenced by process().
|
inlinestatic |
Referenced by process().
|
inlinestatic |
Referenced by process().
|
inlinestatic |
Referenced by process().
|
inlinestatic |
References dt_UCS_L_star_to_Y().
Referenced by process().
|
inlinestatic |
Referenced by dt_UCS_JCH_to_xyY().
|
inlinestatic |
Referenced by gamut_mapping().
|
inlinestatic |
Referenced by gamut_mapping().
|
inlinestatic |
Referenced by _create_vectorscope_image(), _process_vectorscope(), gamut_mapping(), and process().
|
inlinestatic |
|
inlinestatic |
References Ych_to_Yrg().
Referenced by gamut_mapping(), and process().
|
inlinestatic |
References filmlightRGB_D65_to_LMS_D65, and matrix_dot().
Referenced by process(), and Yrg_to_LMS().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Referenced by HSL_2_RGB().
|
inlinestatic |
References M_PI_F.
|
inlinestatic |
Referenced by XYZ_to_Lab().
|
inlinestatic |
Referenced by Lab_to_XYZ().
|
inlinestatic |
References Lab(), Lab_to_XYZ(), and XYZ_to_prophotorgb().
|
inlinestatic |
References d50, f(), Lab(), and lab_f_inv().
Referenced by Lab_to_prophotorgb().
|
inlinestatic |
References M_PI_F.
|
inlinestatic |
References LMS_D65_to_filmlightRGB_D65, and matrix_dot().
Referenced by LMS_to_Yrg(), and process().
|
inlinestatic |
References LMS_2006_D65_to_XYZ_D65, and matrix_dot().
Referenced by process().
|
inlinestatic |
References LMS_to_gradingRGB().
Referenced by pipe_RGB_to_Ych(), and process().
|
inlinestatic |
References dot().
Referenced by convert_bradford_LMS_to_XYZ(), convert_CAT16_LMS_to_XYZ(), convert_XYZ_to_bradford_LMS(), convert_XYZ_to_CAT16_LMS(), gradingRGB_to_LMS(), LMS_to_gradingRGB(), LMS_to_XYZ(), and XYZ_to_LMS().
|
inlinestatic |
Referenced by rgb_matrix_to_xyz().
|
inlinestatic |
|
inlinestatic |
References prophotorgb_to_XYZ(), and XYZ_to_Lab().
|
inlinestatic |
Referenced by prophotorgb_to_Lab().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
References xyY_to_dt_UCS_UV(), and Y_to_dt_UCS_L_star().
Referenced by process().
|
inlinestatic |
Referenced by commit_params(), and xyY_to_dt_UCS_JCH().
|
inlinestatic |
Referenced by extract_color_checker(), and loop_switch().
|
inlinestatic |
Referenced by prophotorgb_to_Lab().
|
inlinestatic |
References matrix_dot(), and XYZ_D65_to_LMS_2006_D65.
|
inlinestatic |
Referenced by Lab_to_prophotorgb().
|
inlinestatic |
|
inlinestatic |
The following is darktable Uniform Color Space 2022 © Aurélien Pierre https://eng.aurelienpierre.com/2022/02/color-saturation-control-for-the-21th-century/
Use this space for color-grading in a perceptual framework. The CAM terms have been removed for performance.
Referenced by process(), and xyY_to_dt_UCS_JCH().
|
inlinestatic |
Referenced by gamut_check_Yrg(), process(), and Ych_to_pipe_RGB().
|
inlinestatic |
References gradingRGB_to_LMS().
Referenced by process(), and Ych_to_pipe_RGB().
|
inlinestatic |
Referenced by pipe_RGB_to_Ych(), and process().