Author Topic: RGBA  (Read 616 times)

Weird, can't seem to find one on Google.
Links anyone?

RGBA is just like RGB but each value is divided by 255
so red would be 255 0 0.
So RGBA would be 255/255 0/255 0/255 = 1 0 0 and the last value would be the transparency level that has a value under 1

http://www.tayloredmktg.com/rgb/

I can show you how to convert from Hexidecimal to RGBA and/or Hex.

Read this. You want Section IB.

Let me know If I need to add anything else to it. :)