DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Pages
IRGBToy.cs
Go to the documentation of this file.
1
using System;
2
using
DirectOutput.Cab.Color;
3
namespace
DirectOutput.Cab.Toys.Basic
4
{
8
public
interface
IRGBToy
:
IToy
9
{
16
int
Blue {
get
; }
23
int
Green {
get
; }
30
int
Red {
get
; }
31
36
void
SetColor(
RGBColor
Color);
43
void
SetColor(
int
Red,
int
Green,
int
Blue);
44
49
void
SetColor(
string
Color);
50
}
51
}
DirectOutput
Cab
Toys
Basic
IRGBToy.cs
Generated on Sat Mar 22 2014 14:40:44 for DirectOutputR1 by
1.8.3.1