17 string OutputNameBlue {
get; set; }
24 string OutputNameGreen {
get; set; }
31 string OutputNameRed {
get; set; }
The namespace DirectOutput.Cab.Toys contains all toy related classes.
Common interface for RGB toys supporting several layers of color with alpha value.
Common interface for all toy implementations. The abstract class ToyBase implements this interface...
The namespace DirectOutput.Cab contains all cabinet related classes like the Cabinet class itself...
Namespace for objects dealing with layers
The namespace DirectOutput.General contains classes for general use.