WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
Lamp.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Xml.Serialization;
7 
8 namespace DirectOutput.Cab.Toys.Hardware
9 {
10 
12 
16  public class Lamp : AnalogAlphaToy
17  {
18 
19 
20 
21 
22  }
23 }
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
This toy handles analog values (0-255) in a layer structure including alpha value (0=completely trans...
Namespace for objects dealing with layers