WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
IRGBAToy.cs
Go to the documentation of this file.
1 using System;
4 namespace DirectOutput.Cab.Toys
5 {
9  public interface IRGBAToy: ILayerToy<RGBAColor>
10  {
11 
12 
13  }
14 }
The namespace DirectOutput.Cab.Toys contains all toy related classes.
Common interface for RGB toys supporting several layers of color with alpha value.
Definition: IRGBAToy.cs:9
The namespace DirectOutput.Cab contains all cabinet related classes like the Cabinet class itself...
Definition: Cab.cs:16
Namespace for objects dealing with layers
The namespace DirectOutput.General contains classes for general use.