You cannot change the filter order or parameters from within a RoboRealm Extension. The Extensions are mean as 'dummy' modules that just process the image and return results in some way. Think of the RGBFilter as an Extension. It just processes the pixel data and returns a new image. It does not know where it is within the filter pipeline or whatever other filters are in the pipeline. It is meant to be distributed to others that may want a module to perform a specific task.
Instead, you may want to have a look at the RoboRealm API. That allows you to load programs, modify filter modules, etc. We have a VB ActiveX object that should make that easy to use.
Does that make sense?
STeven.
|
|