Function
Vipscol_XYZ2scRGB
Declaration [src]
int
vips_col_XYZ2scRGB (
float X,
float Y,
float Z,
float* R,
float* G,
float* B
)
Parameters
X
-
Type:
float
Input XYZ value.
Y
-
Type:
float
Input XYZ value.
Z
-
Type:
float
Input 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.