User Tools

Site Tools


midres_library:reference:mr_screen_ink
Translations of this page:


MR_SCREEN_INK

Implicit color used for a given screen.

Declaration

 mr_color MR_SCREEN_INK[MR_SCREEN_COUNT];

Description

This array keeps, for each of the screens available for a given platform (MR_SCREEN_COUNT), the color set by the last call to mr_ink(). This color is used by specific calls such as mr_psetc(), which allow you to draw a single pixel without specifying the color.

See also

Example