Utility class helping to isolate data from a render context. More...
Static Public Member Functions | |
static nkImages::Image | getScreenPixels (System *system) |
static nkImages::Image | getScreenPixels (RenderContext *context) |
Utility class helping to isolate data from a render context.
|
static |
Retrieves the currently displayed image within the system. This takes the active render context at call time.
system | The system to retrieve the active pixels from. |
|
static |
Retrieves the currently displayed image within a context.
context | The context whose image should be retrieved. |