DataProcessor Green is (0,128,0)
Some checks failed
Build .NET Project / build (push) Has been cancelled
Some checks failed
Build .NET Project / build (push) Has been cancelled
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user