Object containing a analog value (0-255) and a alpha value (0-255).
More...
|
int | Value |
| The analog value (0-255).
|
int | Alpha |
| The alpha value (0-255).
|
Object containing a analog value (0-255) and a alpha value (0-255).
◆ AnalogAlpha() [1/3]
DirectOutput.General.Analog.AnalogAlpha.AnalogAlpha |
( |
int | Value, |
|
|
int | Alpha ) |
Initializes a new instance of the AnalogAlpha class.
- Parameters
-
Value | The analog value. |
Alpha | The alpha value. |
◆ AnalogAlpha() [2/3]
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.
- Parameters
-
◆ AnalogAlpha() [3/3]
DirectOutput.General.Analog.AnalogAlpha.AnalogAlpha |
( |
| ) |
|
◆ Clone()
AnalogAlpha DirectOutput.General.Analog.AnalogAlpha.Clone |
( |
| ) |
|
Clones this instance.
- Returns
- A clone of the AnalogAlphaValue instance.
◆ Set() [1/2]
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.
- Parameters
-
◆ Set() [2/2]
void DirectOutput.General.Analog.AnalogAlpha.Set |
( |
int | Value, |
|
|
int | Alpha ) |
Sets the specified values.
- Parameters
-
Value | The analog value. |
Alpha | The alpha value. |
◆ Alpha
int DirectOutput.General.Analog.AnalogAlpha.Alpha |
◆ Value
int DirectOutput.General.Analog.AnalogAlpha.Value |
The analog value (0-255).
The documentation for this class was generated from the following file:
- D:/a/DirectOutput/DirectOutput/DirectOutput/General/Analog/AnalogAlpha.cs