Implicit color used for a given screen.
mr_color MR_SCREEN_INK[MR_SCREEN_COUNT];
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.