12 references to Colors
Microsoft.ML.ImageAnalytics (12)
ExtensionsCatalog.cs (2)
119
ImagePixelExtractingEstimator.ColorBits colorsToExtract = ImagePixelExtractingEstimator.Defaults.
Colors
,
225
ImagePixelExtractingEstimator.ColorBits colorsPresent = ImagePixelExtractingEstimator.Defaults.
Colors
,
ImagePixelExtractor.cs (3)
166
ImagePixelExtractingEstimator.ColorBits colorsToExtract = ImagePixelExtractingEstimator.Defaults.
Colors
,
656
ColorBits colorsToExtract = Defaults.
Colors
,
784
ColorBits colorsToExtract = Defaults.
Colors
,
VectorToImageTransform.cs (7)
110
public bool ContainsAlpha = (ImagePixelExtractingEstimator.Defaults.
Colors
& ImagePixelExtractingEstimator.ColorBits.Alpha) > 0;
113
public bool ContainsRed = (ImagePixelExtractingEstimator.Defaults.
Colors
& ImagePixelExtractingEstimator.ColorBits.Red) > 0;
116
public bool ContainsGreen = (ImagePixelExtractingEstimator.Defaults.
Colors
& ImagePixelExtractingEstimator.ColorBits.Green) > 0;
119
public bool ContainsBlue = (ImagePixelExtractingEstimator.Defaults.
Colors
& ImagePixelExtractingEstimator.ColorBits.Blue) > 0;
204
ImagePixelExtractingEstimator.ColorBits colorsPresent = ImagePixelExtractingEstimator.Defaults.
Colors
,
608
ImagePixelExtractingEstimator.ColorBits colorsPresent = ImagePixelExtractingEstimator.Defaults.
Colors
,
715
ImagePixelExtractingEstimator.ColorBits colorsPresent = ImagePixelExtractingEstimator.Defaults.
Colors
,