DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
Package DirectOutput.FX.ValueFX

Effects which influence the trigger value, before a target effect is called. More...

Classes

class  ValueInvertEffect
 Inverts the trigger value of the effect before the target effect is called (e.g. 0 becomes 255, 255 becomes 0, 10 becomes 245). More...
 
class  ValueMapFullRangeEffect
 This effects maps the trigger value to the full range of 0 - 255. If the trigger value is 0, the mapped trigger value for the target effect is also 0. If the trigger value is >0, the mapped trigger value for the target effect is 255. More...
 

Detailed Description

Effects which influence the trigger value, before a target effect is called.