Searched refs:actualColor (Results 1 – 1 of 1) sorted by relevance
826 rgb_color color, actualColor; in Dither() local835 actualColor = screen.ColorForIndex(index); in Dither()839 err[0] = color.red - actualColor.red; in Dither()840 err[1] = color.green - actualColor.green; in Dither()841 err[2] = color.blue - actualColor.blue; in Dither()877 rgb_color color, actualColor; in Dither() local886 actualColor = screen.ColorForIndex(index); in Dither()890 err[0] = color.red - actualColor.red; in Dither()891 err[1] = color.green - actualColor.green; in Dither()892 err[2] = color.blue - actualColor.blue; in Dither()