r3postim
real/code/r3postim.h
r3code
Base class for post image processing effects
r3Posteffectmodel
R3CLID_POSTEFFECTMODEL
r3Postimageeffectmodel
R3CLID_POSTIMAGEEFFECTMODEL - 220
R3PIEMM_FINDOBJBYNAME
FINDOBJBYNAME
R3PIEMM_FINDOBJBYNAME
R3OBJ*, effect
char*, name of the post effect to be searched
rc = obj.FINDOBJBYNAME(p3);
Find post effect by name.
R3PIEMM_FINDCHILDBYNAME
FINDCHILDBYNAME
R3PIEMM_FINDCHILDBYNAME
R3INT, TRUE, if the name of a child (recursively) matches the given name -1, if a recursion loop is encountered before the named child is found FALSE otherwise
char*, name of the child effect to search for
rc = obj.FINDCHILDBYNAME(p3);
search child effects (name references) for a match
R3PIEMCM_REGISTERAUTOEFFECT
REGISTERAUTOEFFECT
R3PIEMCM_REGISTERAUTOEFFECT
obj.REGISTERAUTOEFFECT();
Registers a new channel use invoked effect to the system. * This information may be used to configure good default effect setups.
FindEffectByNameObj
FindEffectByNameObj
R3PIEMA_FindEffectByNameObj
Object
R3OBJ*
callback obj, private
jsobj.SetFindEffectByNameObj(value);
R3OBJ* value = ...;
R3SetAttrs(r3obj, R3PIEMA_FindEffectByNameObj, value, R3TAG_END);
FindEffectByNameMeth
FindEffectByNameMeth
R3PIEMA_FindEffectByNameMeth
Integer
R3INT
callback method, private
jsobj.SetFindEffectByNameMeth(value);
R3INT value = ...;
R3SetAttrs(r3obj, R3PIEMA_FindEffectByNameMethod, value, R3TAG_END);