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

/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp476 uint16 toBlue = kGammaTable[to->color.blue]; local
483 c[0] = kInverseGammaTable[(uint16)floor(fromBlue * f + toBlue * t + 0.5)];

Completed in 27 milliseconds