MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / updateRasterizerGamma

Method updateRasterizerGamma

dep/agg/src/agg2d.cpp:1624–1627  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1622
1623//------------------------------------------------------------------------
1624void Agg2D::updateRasterizerGamma()
1625{
1626 m_rasterizer.gamma(Agg2DRasterizerGamma(m_masterAlpha, m_antiAliasGamma));
1627}
1628
1629//------------------------------------------------------------------------
1630void Agg2D::blendImage(Image& img,

Callers

nothing calls this directly

Calls 2

gammaMethod · 0.45

Tested by

no test coverage detected