Searched refs:colorQuant (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c109 unsigned char colorQuant[3][256]; member in struct:ColorTable
2764 colorPtr->colorQuant[0][i] = (int)(fr * 255.99);
2792 colorPtr->colorQuant[0][i] = (int)(fr * 255.99);
2793 colorPtr->colorQuant[1][i] = (int)(fg * 255.99);
2794 colorPtr->colorQuant[2][i] = (int)(fb * 255.99);
3771 col[i] = colorPtr->colorQuant[i][c];
3844 i = colorPtr->colorQuant[0][c];

Completed in 18 milliseconds