r3postim

r3postim

Class

real/code/r3postim.h

Library

r3code

Description:

Base class for post image processing effects

See Also

real/code/r3postef.h

Super Class

r3Posteffectmodel

R3CLID_POSTEFFECTMODEL

JavaScript

r3Postimageeffectmodel

Class Identifier

R3CLID_POSTIMAGEEFFECTMODEL - 220

Methods

FINDOBJBYNAME, FINDCHILDBYNAME, REGISTERAUTOEFFECT,

Attributes

FindEffectByNameObj, FindEffectByNameMeth,

R3PIEMM_FINDOBJBYNAME

Method

FINDOBJBYNAME

Identifier

R3PIEMM_FINDOBJBYNAME

Return

R3OBJ*, effect

Param 3:

char*, name of the post effect to be searched

JavaScript

rc = obj.FINDOBJBYNAME(p3);

Description

Find post effect by name.

R3PIEMM_FINDCHILDBYNAME

Method

FINDCHILDBYNAME

Identifier

R3PIEMM_FINDCHILDBYNAME

Return

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

Param 3:

char*, name of the child effect to search for

JavaScript

rc = obj.FINDCHILDBYNAME(p3);

Description

search child effects (name references) for a match

R3PIEMCM_REGISTERAUTOEFFECT

Method

REGISTERAUTOEFFECT

Identifier

R3PIEMCM_REGISTERAUTOEFFECT

JavaScript

obj.REGISTERAUTOEFFECT();

Description

Registers a new channel use invoked effect to the system. * This information may be used to configure good default effect setups.

FindEffectByNameObj

Attribute

FindEffectByNameObj

Identifier

R3PIEMA_FindEffectByNameObj

JavaScript type

Object

C type

R3OBJ*

Description

callback obj, private

Syntax


jsobj.SetFindEffectByNameObj(value);


R3OBJ* value = ...;
R3SetAttrs(r3obj, R3PIEMA_FindEffectByNameObj, value, R3TAG_END);

FindEffectByNameMeth

Attribute

FindEffectByNameMeth

Identifier

R3PIEMA_FindEffectByNameMeth

JavaScript type

Integer

C type

R3INT

Description

callback method, private

Syntax


jsobj.SetFindEffectByNameMeth(value);


R3INT value = ...;
R3SetAttrs(r3obj, R3PIEMA_FindEffectByNameMethod, value, R3TAG_END);