G2_SetBGMosaicSize


C Specification

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

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.

Arguments

hSize Mosaic width
vSize Mosaic height

Return Values

None

See Also

G2_SetOBJMosaicSize, G2_BG0Mosaic, G2_BG1Mosaic, G2_BG2Mosaic, G2_BG3Mosaic

Revision History

01/19/2004 Initial Version