示例#1
0
 public void AddScreenColor(RGBColor rgbColor)
 {
     // TODO: Field script
     Console.WriteLine($"NotImplemented: {nameof(RenderingService)}.{nameof(AddScreenColor)}({nameof(rgbColor)}: {rgbColor})");
 }
示例#2
0
 public void SubScreenColorTransition(RGBColor rgbColor, RGBColor offset, Int32 transitionDuration)
 {
     // TODO: Field script
     Console.WriteLine($"NotImplemented: {nameof(RenderingService)}.{nameof(SubScreenColorTransition)}({nameof(rgbColor)}: {rgbColor}, {nameof(offset)}: {offset}, {nameof(transitionDuration)}: {transitionDuration})");
 }