24 #ifndef __IMB_COLORMANAGEMENT_INLINE_C__
25 #define __IMB_COLORMANAGEMENT_INLINE_C__
void rgb_uchar_to_float(float r_col[3], const unsigned char col_ub[3])
void mul_v3_m3v3(float r[3], const float M[3][3], const float a[3])
MINLINE float dot_v3v3(const float a[3], const float b[3]) ATTR_WARN_UNUSED_RESULT
float imbuf_luma_coefficients[3]
float imbuf_rgb_to_xyz[3][3]
float imbuf_xyz_to_rgb[3][3]
float IMB_colormanagement_get_luminance(const float rgb[3])
unsigned char IMB_colormanagement_get_luminance_byte(const unsigned char rgb[3])
void IMB_colormangement_xyz_to_rgb(float rgb[3], const float xyz[3])
void IMB_colormangement_rgb_to_xyz(float xyz[3], const float rgb[3])
MINLINE unsigned char unit_float_to_uchar_clamp(float val)