Searched refs:toRed (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp474 uint16 toRed = kGammaTable[to->color.red]; local
485 c[2] = kInverseGammaTable[(uint16)floor(fromRed * f + toRed * t + 0.5)];

Completed in 43 milliseconds