Searched refs:ccolor (Results 1 – 2 of 2) sorted by relevance
95 float4_array ccolor[4], rgba; in texture_combine() local108 ccolor[i] = malloc(4 * n * sizeof(GLfloat)); in texture_combine()109 if (!ccolor[i]) { in texture_combine()111 free(ccolor[i]); in texture_combine()156 float4_array c = ccolor[term]; in texture_combine()164 argRGB[term] = ccolor[term]; in texture_combine()171 float4_array c = ccolor[term]; in texture_combine()175 argRGB[term] = ccolor[term]; in texture_combine()180 float4_array c = ccolor[term]; in texture_combine()184 argRGB[term] = ccolor[term]; in texture_combine()[all …]
712 for ccolor, clabel in zip('gr', ['LITTLE', 'big']):715 cdata.plot(ax=axes, style=[ccolor+'+'], legend=False)