Function
Vipscol_XYZ2scRGB
Declaration [src]
int
vips_col_XYZ2scRGB (
float X,
float Y,
float Z,
float* R,
float* G,
float* B
)
Parameters
X-
Type:
floatInput XYZ value.
Y-
Type:
floatInput XYZ value.
Z-
Type:
floatInput XYZ value.
R-
Type:
float*Return scRGB colour.
The argument will be set by the function. G-
Type:
float*Return scRGB colour.
The argument will be set by the function. B-
Type:
float*Return scRGB colour.
The argument will be set by the function.