Freigeben über


ImagePixelExtractingEstimator.ColorBits Enumeration

Definition

Welche Farbkanäle extrahiert werden. Beachten Sie, dass diese Werte serialisiert werden, damit sie nicht geändert werden sollten.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

[System.Flags]
public enum ImagePixelExtractingEstimator.ColorBits
[<System.Flags>]
type ImagePixelExtractingEstimator.ColorBits = 
Public Enum ImagePixelExtractingEstimator.ColorBits
Vererbung
ImagePixelExtractingEstimator.ColorBits
Attribute

Felder

Name Wert Beschreibung
Alpha 1
Red 2
Green 4
Blue 8
Rgb 14
All 15

Gilt für: