public void AddScreenColor(RGBColor rgbColor) { // TODO: Field script Console.WriteLine($"NotImplemented: {nameof(RenderingService)}.{nameof(AddScreenColor)}({nameof(rgbColor)}: {rgbColor})"); }
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})"); }