Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::color_byte_index Enumeration
C++
enum color_byte_index {
  I_BLUE = 0,
  I_GREEN = 1,
  I_RED = 2,
  I_ALPHA = 3
};
Members 
Description 
I_BLUE = 0 
index of blue byte in a byte array of color. 
I_GREEN = 1 
index of green byte in a byte array of color. 
I_RED = 2 
index of red byte in a byte array of color. 
I_ALPHA = 3 
index of alpha byte in a byte array of color. 

byte index values for colors on the video buffer...

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!