Question: In this homework, you goal is to build an image histogram for a color image based on its 6-bit color code.
1. Load a color image as a variable ImC
2. Create a function named rgb26cc to convert each pixel to corresponding 6-bit color code
3. Build and display a 6-bit color code image histogram
It must compile with no errors and follow the directions.