DataProcessor Green is (0,128,0)
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-12 09:12:27 -04:00
parent 355a3b8580
commit 2ce7210714

View File

@@ -13,7 +13,7 @@ namespace MarketData.CNNProcessing
private readonly SKColor colorBlack = new SKColor(0,0,0);
private readonly SKColor colorWhite = new SKColor(255,255,255);
private readonly SKColor colorRed = new SKColor(255,0,0);
private readonly SKColor colorGreen = new SKColor(0,255,0);
private readonly SKColor colorGreen = new SKColor(0,128,0); // This conforms to the way green is produced when generating CNN charts
public DataProcessor(int width=640,int height=480)
{