Function
Vipscol_scRGB2XYZ
Declaration [src]
int
vips_col_scRGB2XYZ (
float R,
float G,
float B,
float* X,
float* Y,
float* Z
)
Parameters
R-
Type:
floatInput scRGB value.
G-
Type:
floatInput scRGB value.
B-
Type:
floatInput 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.