MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ApplyMask

Function ApplyMask

src/smallmap_gui.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366};
367
368static inline uint32_t ApplyMask(uint32_t colour, const AndOr *mask)
369{
370 return (colour & mask->mand) | mask->mor;
371}
372
373
374/** Colour masks for "Contour" and "Routes" modes. */

Callers 5

GetSmallMapRoutesPixelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected