G2_SetBGMosaicSize

C Specification

#include <nitro/gx/g2.h>
void G2_SetBGMosaicSize(int hSize, int vSize);

Arguments

hSize Mosaic width (0 ≤ hSize ≤ 15)
vSize Mosaic height (0 ≤ vSize ≤ 15)

Return Values

None.

Description

This function determines the size of the mosaic to apply to the 2D screen. Mosaic is applied when they have been enabled with G2_BGxMosaic. However, if the mosaic size is set to 0, the screen will be displayed normally.

See Also

G2_SetOBJMosaicSize, G2_BG0Mosaic, G2_BG1Mosaic, G2_BG2Mosaic, G2_BG3Mosaic

Revision History

01/19/2004 Initial version.