예제 #1
0
 public override DisplayListCommand GetDecodedCommand() =>
 new DisplayListCommand
 {
     G3dCommand = G3dCommand,
     IntArgs    = new[]
     {
         uint.Parse(Rgb.Split(' ')[0]) * 8, uint.Parse(Rgb.Split(' ')[1]) * 8,
         uint.Parse(Rgb.Split(' ')[2]) * 8
     }
 };