Function

Hergb_to_xyz

Declaration

void
he_rgb_to_xyz (
  HeRGBColor* color,
  HeXYZColor* result
)

Description

No description available.

Parameters

color

Type: HeRGBColor

No description available.

The data is owned by the caller of the function.
result

Type: HeXYZColor

No description available.

The argument will be set by the function.
The caller of the function takes ownership of the returned data, and is responsible for freeing it.