MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetColorCorrectionIfAvailable

Method GetColorCorrectionIfAvailable

trinity/PostProcess/Tr2PostProcess2.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190Tr2PPColorCorrectionEffectPtr Tr2PostProcess2::GetColorCorrectionIfAvailable( PostProcess::Quality qualitySetting ) const
191{
192 RETURN_IF_ACTIVE( m_colorCorrection, qualitySetting, PostProcess::LOW );
193}
194
195void Tr2PostProcess2::SetColorCorrection( Tr2PPColorCorrectionEffectPtr effect )
196{

Callers 2

FromPostProcessMethod · 0.80
RenderTonemappingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected