Function

Vipscol_XYZ2scRGB

Declaration [src]

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

Description [src]

Turn XYZ into scRGB.

See also: vips_XYZ2scRGB().

Parameters

X float
 

Input XYZ value.

Y float
 

Input XYZ value.

Z float
 

Input XYZ value.

R float*
 

Return scRGB colour.

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

Return scRGB colour.

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

Return scRGB colour.

 The argument will be set by the function.

Return value

Returns: int
  No description available.