ColorChannels Enumeration

Represents the RGB color channels when manipulating images.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.2.0
C#
[FlagsAttribute]
public enum ColorChannels

Members

None0x00 Represents none of the color channels.
R0x01 Represents the Red color channel.
G0x02 Represents the Green color channel.
B0x04 Represents the Blue color channel.
Rgb0x07 Represents the R, G and B color channels.

See Also