Math.NET SignalProcessing v0.2

ColorChannel Enumeration

Specifies the color channel of a bitmap to work with.

public enum ColorChannel

Members

Member NameDescription
GrayGrayscale, the algebraic mean of red, green and blue.
AlphaAlpha/Transparency channel.
RedRed part of the RGB scheme.
GreenGreen part of the RGB scheme.
BlueBlue part of the RGB scheme.

Requirements

Namespace: MathNet.SignalProcessing.DataSources

Assembly: MathNet.SignalProcessing (in MathNet.SignalProcessing.dll)

See Also

MathNet.SignalProcessing.DataSources Namespace