what's the proper implementation of the Chroma-key Effect in Microsoft visual studio c++?

房东的猫 提交于 2019-12-25 08:24:49

问题


I've been trying to got into Direct2D, and although successful up to this point, i'm stumped on how to implement the Chroma-key Effect on bitmaps. I'm trying to follow: https://msdn.microsoft.com/en-us/library/windows/desktop/dn890715(v=vs.85).aspx , but the code being 4-8 years out of date on average, means i can't find the same methods and functions in the intellisense documentation while typing the code. Has anyone done this before, and had success in making a graphical program? and could you please help me out?

来源:https://stackoverflow.com/questions/38966439/whats-the-proper-implementation-of-the-chroma-key-effect-in-microsoft-visual-st

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!