2 references to UseGreen
Microsoft.ML.ImageAnalytics (2)
ImagePixelExtractor.cs (2)
80if (UseAlpha != null || UseRed != null || UseGreen != null || UseBlue != null || Convert != null || 620if (item.UseGreen ?? options.UseGreen) { ColorsToExtract |= ColorBits.Green; Planes++; }