uFlag
Flag that indicates the operation to perform. Possible values are:
Value |
Meaning |
BC_AVG |
[$0001] Average the bitmaps in the specified list. |
BC_ADD |
[$0002] Add the bitmaps in the specified list. |
BC_AVGWEIGHTED |
[$0003] Average the bitmaps in the specified list, according to the array of weight factors, puFactor. |
BC_ADDWEIGHTED |
[$0004] Add the bitmaps in the specified list, according to the array of weight factors, puFactor. |