uFlags

Flags that indicate how to handle exposed areas outside the sphere and inside the sphere. You can use a bitwise OR (|) to specify one flag from each group.

The following are the flags that indicate how to handle exposed areas outside the sphere:

Value

Meaning

FILL_CLR

[$0000] Fill any exposed areas with crFill.

FILL_RPT

[$0001] Stretch the image edges to fill the exposed area.

FILL_NOCHG

[$0002] Leave the exposed area as is, without changing it.

The following are the flags that indicate how to handle exposed areas inside the sphere:

Value

Meaning

FILL_ROT

[$0000] Rotate the image inside the sphere pattern.

FILL_WOUTROT

[$0010] Fill the exposed sphere pattern center as you would exposed areas outside the sphere.

This flag is ignored if the nValue is negative.