Search code examples
c#imagergbcolor-channel

Hiding certain channel of an image with C#


i have an image processing application that is able to getpixel, anyone know how can i hide or show the RGB channel of my image? For example when i click a button call "RED" it will hide red channel and show only blue and green. i m using C# btw thanks alot


Solution

  • Try the AForge.NET library. Use the AForge.Imaging.Filters.ChannelFiltering filter.