Function

Vipscol_scRGB2XYZ

Declaration [src]

int
vips_col_scRGB2XYZ (
  float R,
  float G,
  float B,
  float* X,
  float* Y,
  float* Z
)

Description [src]

Turn scRGB into XYZ.

See also: vips_scRGB2XYZ().

Parameters

R float
 

Input scRGB value.

G float
 

Input scRGB value.

B float
 

Input scRGB value.

X float*
 

Return XYZ colour.

 The argument will be set by the function.
Y float*
 

Return XYZ colour.

 The argument will be set by the function.
Z float*
 

Return XYZ colour.

 The argument will be set by the function.

Return value

Returns: int
  No description available.