DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
|
Object containing a analog value (0-255) and a alpha value (0-255). More...
Public Member Functions | |
AnalogAlpha | Clone () |
Clones this instance. More... | |
void | Set (int Value, int Alpha) |
Sets the specified values. More... | |
void | Set (int Value) |
Sets the analog value. If Value is 0, the alpha value will be set to 0, otherwise it will be set to 255. More... | |
AnalogAlpha (int Value, int Alpha) | |
Initializes a new instance of the AnalogAlpha class. More... | |
AnalogAlpha (int Value) | |
Initializes a new instance of the AnalogAlpha class. If Value is 0, the alpha value will be set to 0, otherwise it will be set to 255. More... | |
AnalogAlpha () | |
Initializes a new instance of the AnalogAlpha class. More... | |
Public Attributes | |
int | Value |
The analog value (0-255). More... | |
int | Alpha |
The alpha value (0-255). More... | |
Object containing a analog value (0-255) and a alpha value (0-255).
DirectOutput.General.Analog.AnalogAlpha.AnalogAlpha | ( | int | Value, |
int | Alpha | ||
) |
Initializes a new instance of the AnalogAlpha class.
Value | The analog value. |
Alpha | The alpha value. |
DirectOutput.General.Analog.AnalogAlpha.AnalogAlpha | ( | int | Value | ) |
Initializes a new instance of the AnalogAlpha class. If Value is 0, the alpha value will be set to 0, otherwise it will be set to 255.
Value | The analog value. |
DirectOutput.General.Analog.AnalogAlpha.AnalogAlpha | ( | ) |
Initializes a new instance of the AnalogAlpha class.
AnalogAlpha DirectOutput.General.Analog.AnalogAlpha.Clone | ( | ) |
Clones this instance.
void DirectOutput.General.Analog.AnalogAlpha.Set | ( | int | Value, |
int | Alpha | ||
) |
Sets the specified values.
Value | The analog value. |
Alpha | The alpha value. |
void DirectOutput.General.Analog.AnalogAlpha.Set | ( | int | Value | ) |
Sets the analog value.
If Value is 0, the alpha value will be set to 0, otherwise it will be set to 255.
Value | The analog value. |
int DirectOutput.General.Analog.AnalogAlpha.Alpha |
The alpha value (0-255).
int DirectOutput.General.Analog.AnalogAlpha.Value |
The analog value (0-255).