ProcessFrame Method (CoMColorsClass)
input MFFrame object
results MFFrame object
amount of frames (MFFrame) objects rest in the plugin buffer
additional properties
Processes an input frame through MColors plugin and returns a modified frame
Syntax
Public Overridable Sub ProcessFrame( _
   ByVal _pFrameIn As MFFrame, _
   ByRef _ppFrameOut As MFFrame, _
   ByRef _pnFramesRest As Integer, _
   ByVal _bsPropsList As String _
) 
public virtual void ProcessFrame( 
   MFFrame _pFrameIn,
   out MFFrame _ppFrameOut,
   out int _pnFramesRest,
   string _bsPropsList
)
public procedure ProcessFrame( 
    _pFrameIn: MFFrame;
   Out  _ppFrameOut: MFFrame;
   Out  _pnFramesRest: Integer;
    _bsPropsList: String
); virtual; 
public: virtual void ProcessFrame( 
   MFFrame* _pFrameIn,
   [PARAMFLAG::Out] MFFrame* _ppFrameOut,
   [PARAMFLAG::Out] int _pnFramesRest,
   BSTR* _bsPropsList
) 

Parameters

_pFrameIn
input MFFrame object
_ppFrameOut
results MFFrame object
_pnFramesRest
amount of frames (MFFrame) objects rest in the plugin buffer
_bsPropsList
additional properties
See Also

Reference

CoMColorsClass Class
CoMColorsClass Members