G2_SetOBJMosaicSize

C Specification

#include <nitro/gx/g2.h>
void G2_SetOBJMosaicSize(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 mosaic size to be applied to the OBJ. However, if the mosaic size is set to 0, the screen will be displayed normally.

See Also

G2_SetBGMosaicSize, G2_OBJMosaic

Revision History

01/19/2004 Initial version.