Searched refs:textureFactor (Results 1 – 2 of 2) sorted by relevance
686 void PixelProcessor::setTextureFactor(const Color<float> &textureFactor) in setTextureFactor() argument689 short textureFactorR = iround(4095 * textureFactor.r); in setTextureFactor()690 short textureFactorG = iround(4095 * textureFactor.g); in setTextureFactor()691 short textureFactorB = iround(4095 * textureFactor.b); in setTextureFactor()692 short textureFactorA = iround(4095 * textureFactor.a); in setTextureFactor()
277 void setTextureFactor(const Color<float> &textureFactor);