Exemplo n.º 1
0
 internal ColorLedTimer(byte[] bytes) : base(bytes)
 {
     Color = new RGBColor(bytes[9], bytes[10], bytes[11]);
 }
Exemplo n.º 2
0
 public ColorLedTimer(RGBColor color)
 {
     Color = color;
 }