MATLAB: Is RGB and True colortype image is same

image processingrgbtruecolor

I want to download some RGB images. But after downloading images I've found that all are truecolor images. Are they same?
Please help me.

Best Answer

Yes, this is the same. "True color" refers to the depth of an RGB image. With true colors, each pixel of an RGB image is 24-bit: each of the three components (red, green, blue) has a value between 0 and 255 (8 bits).
Related Question