*** 214,219 **** --- 214,226 ---- (pRas)[x] = ComposeIntDcmComponents1234(COMP_PREFIX ## A, \ COMP_PREFIX ## R, \ COMP_PREFIX ## G, \ COMP_PREFIX ## B) + /* + * SrcOver ## TYPE ## BlendFactor + * Returns appropriate blend value for use in blending calculations. + */ + #define SrcOverIntArgbPreBlendFactor(dF, dA) \ + (dF) + #endif /* IntArgbPre_h_Included */