Skip to content

Tag: rgba

Can RGB and RGBA be converted to each other?

I have a RGB image, and I want to convert it to RGBA to get alpha channels. It’s likely to convert RGB to HSV to get V channel. but now i want to get Alpha channel from RGBA. Can RGB and RGBA be converted to each other? Answer RGB represented in RBGA is just the same RGB values with A=max.