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