Searched refs:green_plus_one (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dgrayscale.cpp55 unsigned green_plus_one = (luminance & 0x04) ? 1 : 0; local
61 return SP_RGBA32_U_COMPOSE(luminance + red_plus_one, luminance + green_plus_one, luminance + blue_plus_one, a);

Completed in 25 milliseconds