Searched refs:nColorant (Results 1 – 1 of 1) sorted by relevance
1386 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument1392 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()1393 nColorant = cmsMAXCHANNELS; in BuildColorantList()1395 for (j = 0; j < nColorant; j++) { in BuildColorantList()1400 if (j < nColorant - 1) in BuildColorantList()1414 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()1450 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()