G2_SetOBJMosaicSize


C Specification

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

Description

This function determines the mosaic size to be applied to OBJ. However, display is normal if the mosaic size is set to 0.

Arguments

hSize Mosaic width
vSize Mosaic height

Return Values

None

See Also

G2_SetBGMosaicSize, G2_OBJMosaic

Revision History

01/19/2004 Initial Version