Searched refs:nColorant (Results 1 – 1 of 1) sorted by relevance
1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument1393 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()1394 nColorant = cmsMAXCHANNELS; in BuildColorantList()1396 for (j = 0; j < nColorant; j++) { in BuildColorantList()1401 if (j < nColorant - 1) in BuildColorantList()1415 int i, nColors, nColorant; in WriteNamedColorCRD() local1423 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()1451 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()