WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Toys.IRGBOutputToy Interface Reference

Common interface for RGB toys supporting several layers of color with alpha value. More...

Inheritance diagram for DirectOutput.Cab.Toys.IRGBOutputToy:
DirectOutput.Cab.Toys.IToy DirectOutput.General.Generic.INamedItem DirectOutput.Cab.Toys.Layer.RGBAToy DirectOutput.Cab.Toys.Hardware.RGBLed

Properties

string OutputNameBlue [get, set]
 Gets or sets the output name for blue. More...
 
string OutputNameGreen [get, set]
 Gets or sets the output name for green. More...
 
string OutputNameRed [get, set]
 Gets or sets the output name for red. More...
 
- Properties inherited from DirectOutput.Cab.Toys.IToy
new string Name [get, set]
 Gets or sets the Name of the IToy. More...
 
- Properties inherited from DirectOutput.General.Generic.INamedItem
string Name [get, set]
 Gets or sets the name of the item.
Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed. More...
 

Additional Inherited Members

- Public Member Functions inherited from DirectOutput.Cab.Toys.IToy
void Init (Cabinet Cabinet)
 Must initialize the IToy. More...
 
void Reset ()
 Must reset the state of the IToy to its default state (off). More...
 
void Finish ()
 Must finish the IToy, do all necessary clean up work and reset the IToy to its default state (off). More...
 
- Events inherited from DirectOutput.General.Generic.INamedItem
EventHandler< NameChangeEventArgsBeforeNameChanged
 Occurs before the name of the item changes. More...
 
EventHandler< NameChangeEventArgsAfterNameChanged
 Occurs when after the name of the item has changed. More...
 

Detailed Description

Common interface for RGB toys supporting several layers of color with alpha value.

Definition at line 9 of file IRGBOutputToy.cs.

Property Documentation

string DirectOutput.Cab.Toys.IRGBOutputToy.OutputNameBlue
getset

Gets or sets the output name for blue.

The output name for blue.

Definition at line 17 of file IRGBOutputToy.cs.

string DirectOutput.Cab.Toys.IRGBOutputToy.OutputNameGreen
getset

Gets or sets the output name for green.

The output name for green.

Definition at line 24 of file IRGBOutputToy.cs.

string DirectOutput.Cab.Toys.IRGBOutputToy.OutputNameRed
getset

Gets or sets the output name for red.

The output name for red.

Definition at line 31 of file IRGBOutputToy.cs.


The documentation for this interface was generated from the following file: