MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / getpixel

Method getpixel

2dlib/viewport.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317ddgr_color grViewport::getpixel(int x, int y) {
318 ASSERT(vp_Locked);
319
320 return rend_GetPixel(x, y);
321}
322
323ddgr_color grViewport::getpixelc(int x, int y) {
324 ASSERT(vp_Locked);

Callers 2

CheckRoomFunction · 0.80
DrawPlayerOnTerrainMethod · 0.80

Calls 1

rend_GetPixelFunction · 0.50

Tested by

no test coverage detected