WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
RGBAToyGroup.cs
Go to the documentation of this file.
3 
4 namespace DirectOutput.Cab.Toys.Virtual
5 {
11  public class RGBAToyGroup : ToyGroupBase<RGBAColor>
12  {
13 
14  }
15 }
This toys allows the grouping of several toys into a matrix, which can be controlled by matrix effect...
Definition: ToyGroupBase.cs:15
The namespace DirectOutput.Cab.Toys contains all toy related classes.
The namespace DirectOutput.Cab contains all cabinet related classes like the Cabinet class itself...
Definition: Cab.cs:16
Namespace for objects dealing with layers
This toys allows the grouping of several RGBA toys (e.g. RGBAToy or RGBLed) into a matrix...
Definition: RGBAToyGroup.cs:11
The namespace DirectOutput.General contains classes for general use.