Sack Library Documentation
|
|
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...
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|