MCPcopy Create free account
hub / github.com/cginternals/globjects / blendColor

Method blendColor

source/globjects/source/AbstractState.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void AbstractState::blendColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alpha)
27{
28 add(new StateSetting(glBlendColor, red, green, blue, alpha));
29}
30
31void AbstractState::blendColor(const std::array<GLfloat, 4> & color)
32{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected