ColorChannels Enumeration
Represents the RGB color channels when manipulating images.
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
[FlagsAttribute]
public enum ColorChannels
<FlagsAttribute>
Public Enumeration ColorChannels
[FlagsAttribute]
public enum class ColorChannels
[<FlagsAttribute>]
type ColorChannels
| None | 0x00 |
Represents none of the color channels.
|
| R | 0x01 |
Represents the Red color channel.
|
| G | 0x02 |
Represents the Green color channel.
|
| B | 0x04 |
Represents the Blue color channel.
|
| Rgb | 0x07 |
Represents the R, G and B color channels.
|