Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我是否可以将某些颜色从一个 dc 复制到另一个?我有一个包含绘图的位图,我想使用 BitBlt 复制除白色背景颜色之外的所有内容。谢谢
这是您需要TransparentBlt功能的地方。它类似于StretchBlt,而后者又提供了优于BitBlt.
TransparentBlt
StretchBlt
BitBlt
该函数需要额外的参数:
cr透明 [输入] 源位图中要视为透明的 RGB 颜色。
cr透明 [输入]
源位图中要视为透明的 RGB 颜色。