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

Function chan_selected

trinity/Tr2HostBitmap.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559
560
561bool chan_selected( const std::string& channels, char channel )
562{
563 return channels.find_first_of( channel ) != std::string::npos;
564}
565
566
567bool check_chan_value( uint32_t mask, uint32_t shift, uint32_t pixval, uint32_t testval )

Callers 1

CountPixelsOfValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected