3 references to ARGB
Microsoft.ML.ImageAnalytics (3)
ImagePixelExtractor.cs (2)
509
public const ColorsOrder Order = ColorsOrder.
ARGB
;
712
OrderOfExtraction = ColorsOrder.
ARGB
;
VectorToImageTransform.cs (1)
558
Order = ImagePixelExtractingEstimator.ColorsOrder.
ARGB
;