Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dpalette_creater.cpp386 ULONG totalblue = 0; in ComputeColor() local
403 totalblue += (b << HIST_BLUE_SHIFT) * count; in ComputeColor()
413 b = totalblue / total; in ComputeColor()