Home
last modified time | relevance | path

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

/haiku/src/apps/showimage/
H A DFilter.cpp826 rgb_color color, actualColor; in Dither() local
835 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() local
886 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()