General Question Graphics question: Color description

llarian

Donator
Donator
Joined
Apr 1, 2009
Messages
643
Reaction score
225
Points
58
Location
Ottawa
I recently ran into a situation that puzzled me. When working in sRGB colors are expressed in three characters such as 0,0,255. I ran into a four character description such as 0,0,0,255. I didn't recognize this. Is this a CMYK description? Could someone please educate me on this one.

Thanks in advance
 
I recently ran into a situation that puzzled me. When working in sRGB colors are expressed in three characters such as 0,0,255. I ran into a four character description such as 0,0,0,255. I didn't recognize this. Is this a CMYK description? Could someone please educate me on this one.

Thanks in advance
ARGB:
  • Alpha (a.k.a., transparency)
  • Red
  • Blue
  • Green
 
I saw RGBA in documentation (regarding materials of a mesh).
 
Back
Top