r3gradientr
plugins/postproc/gradient/r3gradientr.h
r3gradient
Gradient rendering class.
r3Postprocessor
R3CLID_POSTPROCESSOR
r3Gradientrender
R3CLID_GRADIENTRENDER - 1573
int R3RegisterGradientRenderClass(R3APP *app);
Brightness
Brightness
R3GRADA_Brightness
Number
R3FLOAT
edge threshold
jsobj.SetBrightness(value);
R3FLOAT value = ...;
R3SetAttrs(r3obj, R3GRADA_Brightness, value, R3TAG_END);
InChannel
InChannel
R3GRADA_InChannel
String
char*
name of examined channel
jsobj.SetInChannel(value);
char* value = ...;
R3SetAttrs(r3obj, R3GRADA_InChannel, value, R3TAG_END);
OutChannel
OutChannel
R3GRADA_OutChannel
String
char*
name of output channel
jsobj.SetOutChannel(value);
char* value = ...;
R3SetAttrs(r3obj, R3GRADA_OutChannel, value, R3TAG_END);
Monochrome
Monochrome
R3GRADA_Monochrome
Boolean
R3BOOL
if true lenght of gradient vectors is outputted
jsobj.SetMonochrome(value);
R3BOOL value = ...;
R3SetAttrs(r3obj, R3GRADA_Monochrome, value, R3TAG_END);