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