2 using System.Collections.Generic;
6 namespace DirectOutput.Cab.Toys.Layer
29 this.Value = AnalogAlphaValue.
Value;
30 this.Alpha = AnalogAlphaValue.
Alpha;
38 public void Set(
int Value)
41 this.Alpha = (Value == 0 ? 0 : 255);
49 public void Set(
int Value,
int Alpha)