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 } };