Home
last modified time | relevance | path

Searched refs:gmt_lab_to_rgb (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h462 EXTERN_MSC void gmt_lab_to_rgb (double rgb[], double lab[]);
H A Dgrdmath.c3219 gmt_lab_to_rgb (rgb, lab); /* Must do this via RGB */ in grdmath_LAB2HSV()
3232 gmt_lab_to_rgb (rgb, lab); /* Must do this via RGB */ in grdmath_LAB2HSV()
3267 gmt_lab_to_rgb (rgb, lab); in grdmath_LAB2RGB()
3279 gmt_lab_to_rgb (rgb, lab); in grdmath_LAB2RGB()
H A Dgmtmath.c2863 gmt_lab_to_rgb (rgb, lab); /* Must do this via RGB */ in gmtmath_LAB2HSV()
2877 gmt_lab_to_rgb (rgb, lab); /* Must do this via RGB */ in gmtmath_LAB2HSV()
2913 gmt_lab_to_rgb (rgb, lab); in gmtmath_LAB2RGB()
2926 gmt_lab_to_rgb (rgb, lab); in gmtmath_LAB2RGB()
H A Dgmt_support.c597 void gmt_lab_to_rgb (double rgb[], double lab[]) { in gmt_lab_to_rgb() function