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