Searched refs:new_pixel (Results 1 – 1 of 1) sorted by relevance
253 uint32_t new_pixel = base_pixel - ((alpha / 2) & RGBA_ALPHA); in CreateImageDiff() local254 out->set_pixel_at(x, y, new_pixel); in CreateImageDiff()