![]() |
![]()
| ![]() |
![]()
NAMEgetr_depth, getg_depth, getb_depth, geta_depth - Extract a color component from a color in a specified pixel format. Allegro game programming library. SYNOPSIS#include <allegro.h> int getr_depth(int color_depth, int c); int getg_depth(int color_depth, int c); int getb_depth(int color_depth, int c); int geta_depth(int color_depth, int c); DESCRIPTIONGiven a color in the format being used by the specified color depth, these functions extract one of the red, green, blue, or alpha components (ranging 0-255). The alpha part is only meaningful for 32-bit pixels. Example:
SEE ALSOgetr(3), getr8(3), geta32(3), makecol(3), set_color_depth(3), exlights(3)
|