Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c1315 static XStandardColormap Nlm_stdColormapRGB; variable
1323 ASSERT ( !Nlm_stdColormapRGB.visualid ); in Nlm_StandardColormap()
1342 *cMap = Nlm_stdColormapRGB.colormap; in Nlm_StandardColormap()
1463 if (Nlm_stdColormapRGB.visualid && Nlm_stdColormapRGB.colormap == colormap) in Nlm_XAllocColor()
1467 Nlm_stdColormapRGB.red_max / 25500 * Nlm_stdColormapRGB.red_mult; in Nlm_XAllocColor()
1470 ((red * Nlm_stdColormapRGB.red_max + 128) / 255) * in Nlm_XAllocColor()
1471 Nlm_stdColormapRGB.red_mult + in Nlm_XAllocColor()
1472 ((green * Nlm_stdColormapRGB.green_max + 128) / 255) * in Nlm_XAllocColor()
1473 Nlm_stdColormapRGB.green_mult + in Nlm_XAllocColor()
1475 Nlm_stdColormapRGB.blue_mult; in Nlm_XAllocColor()
[all …]