Image Filter documentation?
Hey, the documentation for the image filters in the SDK says:
Quote:
The graphic filters are a new feature of MMF2. They allow you to load graphic files.
You can access the image filters via the MMF Image Filter Manager, represented by a CFilterManager object stored in the mv structure:
CImageFilterMgr* pImgMgr = rhPtr->rh4.rh4Mv->mvImgFilterMgr;
With the CImageFilterMgr object, you can call high-level functions that open a file selector, import a graphic file into a surface, or directly access the image filters.
to be continued
Can we have the completed documentation?
Thanks.