4 writes to OrderOfExtraction
Microsoft.ML.ImageAnalytics (4)
ImagePixelExtractor.cs (4)
624
OrderOfExtraction
= item.Order ?? options.Order;
668
OrderOfExtraction
= orderOfExtraction;
712
OrderOfExtraction
= ColorsOrder.ARGB;
715
OrderOfExtraction
= (ImagePixelExtractingEstimator.ColorsOrder)ctx.Reader.ReadByte();
4 references to OrderOfExtraction
Microsoft.ML.ImageAnalytics (4)
ImagePixelExtractor.cs (4)
363
ImagePixelExtractingEstimator.GetOrder(ex.
OrderOfExtraction
, ex.ColorsToExtract, out int a, out int r, out int b, out int g);
601
/// Whether to interleave the pixels colors, meaning keep them in the <see cref="
OrderOfExtraction
"/> order, or leave them in the planner form:
716
Contracts.CheckDecode(
OrderOfExtraction
!= 0);
756
ctx.Writer.Write((byte)
OrderOfExtraction
);