3 references to UseRed
Microsoft.ML.ImageAnalytics (3)
ImagePixelExtractor.cs (3)
80if (UseAlpha != null || UseRed != null || UseGreen != null || UseBlue != null || Convert != null || 619if (item.UseRed ?? options.UseRed) { ColorsToExtract |= ColorBits.Red; Planes++; } 622Contracts.CheckUserArg(Planes > 0, nameof(item.UseRed), "Need to use at least one color plane");