2 using System.Collections.Generic;
37 public void Set(
int Value,
int Alpha)
48 public void Set(
int Value)
51 this.Alpha = (Value != 0 ? 255 : 0);
73 this.Alpha = (Value != 0 ? 255 : 0);
AnalogAlpha()
Initializes a new instance of the AnalogAlpha class.
int Value
The analog value (0-255).
AnalogAlpha Clone()
Clones this instance.
AnalogAlpha(int Value, int Alpha)
Initializes a new instance of the AnalogAlpha class.
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 ...
Object containing a analog value (0-255) and a alpha value (0-255).
int Alpha
The alpha value (0-255).
AnalogAlpha(int Value)
Initializes a new instance of the AnalogAlpha class. If Value is 0, the alpha value will be set to 0...
void Set(int Value, int Alpha)
Sets the specified values.