Searched refs:setBlendColor (Results 1 – 3 of 3) sorted by relevance
76 void setBlendColor(float red, float green, float blue, float alpha);
368 void State::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor() function in gl::State
298 …context->getState().setBlendColor(gl::clamp01(red), gl::clamp01(green), gl::clamp01(blue), gl::cla… in glBlendColor()