(void*)conv->source, (void*)space),
babl_remodel_with_space (
(void*)conv->destination, (void*)space),
- "linear", conv->function,
+ "linear", conv->function.linear,
NULL);
break;
case BABL_CONVERSION_PLANAR:
(void*)conv->source, (void*)space),
babl_remodel_with_space (
(void*)conv->destination, (void*)space),
- "planar", conv->function,
+ "planar", conv->function.planar,
NULL);
break;
case BABL_CONVERSION_PLANE:
(void*)conv->source, (void*)space),
babl_remodel_with_space (
(void*)conv->destination, (void*)space),
- "plane", conv->function,
+ "plane", conv->function.plane,
NULL);
break;
default: