본문 바로가기

Study Memos/Windows Programming

TransparentBlt (Section 79)

1. Bitmap 출력 시 원하는 배경색을 제거하는 매우 간단한 방법으로, 특정 색상을 제거하고 출력할 수 있는 TrasnparentBlt 함수를 사용하는 방법이 있음.

2. TransparentBlt 를 사용하려면 msimg32.lib 라이브러리를 자신의 프로젝트에 [ #prapramga comment (lib, "Msimg32.lib" ] 으로 추가하면 됨.

반응형