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