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