Home | History | Annotate | Download | only in src

Lines Matching refs:Colorant

1385 // Builds a ASCII string containing colorant list in 0..1.0 range
1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[])
1392 Colorant[0] = 0;
1400 strcat(Colorant, Buff);
1402 strcat(Colorant, " ");
1418 char Colorant[128];
1451 BuildColorantList(Colorant, nColorant, Out);
1452 _cmsIOPrintf(m, " (%s) [ %s ]\n", ColorName, Colorant);