uFlags
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 |
[$0001] Use the image itself as the background. |
CUB_COLOR |
[$0002] Use the color in the crColor parameter as the background color. |
The following are the flags that indicate the cube’s shape:
Value |
Meaning |
CUB_SQR |
[$0010] Cubes will have square shape. |
CUB_RECT |
[$0020] Cubes will have rectangular shape. |
The following are the flags that indicate the cube’s orientation:
Value |
Meaning |
CUB_RAND |
[$0100] Cubes will have random orientation. |
CUB_ORNT |
[$0200] All cubes will have the orientation specified by the nAngle value. |