3 references to ContainsRed
Microsoft.ML.ImageAnalytics (3)
VectorToImageTransform.cs (3)
94
if (ContainsAlpha != null ||
ContainsRed
!= null || ContainsGreen != null || ContainsBlue != null || ImageWidth != null ||
506
if (item.
ContainsRed
?? args.ContainsRed)
512
Contracts.CheckUserArg(Planes > 0, nameof(item.
ContainsRed
), "Need to use at least one color plane");