WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
RGBLed.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
6 
7 namespace DirectOutput.Cab.Toys.Hardware
8 {
13  public class RGBLed : RGBAToy
14  {
15  }
16 }
The namespace DirectOutput.Cab.Toys contains all toy related classes.
Toy controlling a RGB led. This is just a simple wrapper around the RGBAToy.
Definition: RGBLed.cs:13
The namespace DirectOutput.Cab contains all cabinet related classes like the Cabinet class itself...
Definition: Cab.cs:16
Namespace for objects dealing with layers
Thie RGBAToy controls RGB leds and other gadgets displaying RGB colors. The RGBAToy has multilayer ...
Definition: RGBAToy.cs:19