25 references to ColorsOrder
Microsoft.ML.ImageAnalytics (23)
ImagePixelExtractor.cs (12)
52public ImagePixelExtractingEstimator.ColorsOrder? Order;
108public ImagePixelExtractingEstimator.ColorsOrder Order = ImagePixelExtractingEstimator.Defaults.Order;
167ImagePixelExtractingEstimator.ColorsOrder orderOfExtraction = ImagePixelExtractingEstimator.Defaults.Order,
503/// <seealso cref="ImageEstimatorsCatalog.ExtractPixels(TransformsCatalog, string, string, ColorBits, ColorsOrder, bool, float, float, bool)" />
509public const ColorsOrder Order = ColorsOrder.ARGB;
543internal static void GetOrder(ColorsOrder order, ColorBits colors, out int a, out int r, out int b, out int g)
592public readonly ColorsOrder OrderOfExtraction;
657ColorsOrder orderOfExtraction = Defaults.Order,
712OrderOfExtraction = ColorsOrder.ARGB;
715OrderOfExtraction = (ImagePixelExtractingEstimator.ColorsOrder)ctx.Reader.ReadByte();
785ColorsOrder orderOfExtraction = Defaults.Order,
VectorToImageTransform.cs (9)
51public ImagePixelExtractingEstimator.ColorsOrder? Order;
122public ImagePixelExtractingEstimator.ColorsOrder Order = ImagePixelExtractingEstimator.Defaults.Order;
205ImagePixelExtractingEstimator.ColorsOrder orderOfColors = ImagePixelExtractingEstimator.Defaults.Order,
452/// <seealso cref="ImageEstimatorsCatalog.ConvertToImage(TransformsCatalog, int, int, string, string, ImagePixelExtractingEstimator.ColorBits, ImagePixelExtractingEstimator.ColorsOrder, bool, float, float, int, int, int, int)" />
477public readonly ImagePixelExtractingEstimator.ColorsOrder Order;
558Order = ImagePixelExtractingEstimator.ColorsOrder.ARGB;
561Order = (ImagePixelExtractingEstimator.ColorsOrder)ctx.Reader.ReadByte();
609ImagePixelExtractingEstimator.ColorsOrder orderOfColors = ImagePixelExtractingEstimator.Defaults.Order,
716ImagePixelExtractingEstimator.ColorsOrder orderOfColors = ImagePixelExtractingEstimator.Defaults.Order,
Microsoft.ML.Tests (2)