MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / GetChannelCount

Method GetChannelCount

src/luxcore/luxcoreimpl.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222unsigned int FilmImpl::GetChannelCount(const FilmChannelType type) const {
223 return GetSLGFilm()->GetChannelCount((slg::Film::FilmChannelType)type);
224}
225
226const float *FilmImpl::GetChannelFloat(const FilmChannelType type,
227 const unsigned int index, const bool executeImagePipeline) {

Callers 3

MenuImagePipelinesMethod · 0.45
DrawChannelInfoMethod · 0.45
DrawObjectGUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected