04-25-2006 04:12 PM
04-26-2006
02:15 PM
- last edited on
09-23-2025
10:33 AM
by
Content Cleaner
Hi Gare,
Based on the NI Vision Concepts Manual (see page 1-4), that 4th byte is the alpha plane, which is a channel used to code extra information (such as gamma correction, transparency, etc.) about a color image. However, this value is typically not used for RGB representation. In big-endian format (most significant bit to least), the order of the bytes for a four-byte RGB pixel is: alpha (not used), red, green blue.
Hope this helps,
Irene Chow
National Instruments
Applications Engineer
04-26-2006 02:35 PM
Thanks, Irene!!! ![]()