================================= ================================= ================================= Image image(LPSTREAM); int nImageWidth = image.GetWidth(); int nImageHeight = image.GetHeight(); // 투명도 값 REAL rTransparency = 1.0f; // 0.1f ~ 1.0f ColorMatrix colorMatrix = {1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, rTransparency..