lFlags

Flags that indicate the background color, cube shape and cube orientation. You can use a bit wise OR (|) to specify one flag from each group.

The following are the flags that indicate the background color:

Value

Meaning

CUB_BKG

[0x0001] Use the image itself as the background.

CUB_COLOR

[0x0002] Use the color in the crColor member as the background color.

The following are the flags that indicate the cube’s shape:

Value

Meaning

CUB_SQR

[0x0010] Cubes will have square shape.

CUB_RECT

[0x0020] Cubes will have rectangular shape.

The following are the flags that indicate the cube’s orientation:

Value

Meaning

CUB_RAND

[0x0100] Cubes will have random orientation.

CUB_ORNT

[0x0200] All cubes will have the orientation specified by the lAngle value.