Searched refs:to_rb (Results 1 – 1 of 1) sorted by relevance
405 unsigned to_rb = to & 0x00ff00ff; in color_blend() local407 unsigned result_rb = (from_rb + (alpha*(to_rb - from_rb) >> 8)) & 0xff00ff; in color_blend()