MCPcopy Create free account
hub / github.com/SFML/SFML / BlendMode

Method BlendMode

src/SFML/Graphics/BlendMode.cpp:55–63  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

53
54////////////////////////////////////////////////////////////
55BlendMode::BlendMode(Factor sourceFactor, Factor destinationFactor, Equation blendEquation) :
56 colorSrcFactor(sourceFactor),
57 colorDstFactor(destinationFactor),
58 colorEquation(blendEquation),
59 alphaSrcFactor(sourceFactor),
60 alphaDstFactor(destinationFactor),
61 alphaEquation(blendEquation)
62{
63}
64
65
66////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected