Home
last modified time | relevance | path

Searched refs:rainbowRGB (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dy4mcolorbars.c242 static uint8_t rainbowRGB[][7] = { variable
248 rainbowRGB[0], rainbowRGB[1], rainbowRGB[2]
/dports/biology/paml/paml4.9j/src/
H A Dpaml.h138 void rainbowRGB (double temperature, int *R, int *G, int *B);
H A Dtools.c4458 void rainbowRGB(double temperature, int *R, int *G, int *B) in rainbowRGB() function
H A Dcodeml.c5266 rainbowRGB((meanw[hp] - minmw) / (maxmw - minmw + 1e-9), &R, &G, &B); in lfunNSsites_rate()