Query: getb
OS: centos
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
getr(3alleg4) Allegro manual getr(3alleg4)NAMEgetr, getg, getb, geta - Extract a color component from the current pixel format. Allegro game programming library.SYNOPSIS#include <allegro.h> int getr(int c); int getg(int c); int getb(int c); int geta(int c);DESCRIPTIONGiven a color in the format being used by the current video mode, these functions extract one of the red, green, blue, or alpha components (ranging 0-255), calling the preceding 8, 15, 16, 24, or 32-bit get functions as appropriate. The alpha part is only meaningful for 32-bit pixels. Example: int r, g, b, color_value; color_value = getpixel(screen, 100, 100); r = getr(color_value); g = getg(color_value); b = getb(color_value);SEE ALSOgetr8(3alleg4), getr_depth(3alleg4), makecol(3alleg4), set_color_depth(3alleg4), exalpha(3alleg4) Allegro version 4.4.2 getr(3alleg4)
Related Man Pages |
---|
geta_depth(3alleg4) - debian |
getr_depth(3alleg4) - debian |
getb(3alleg4) - suse |
getr_depth(3alleg4) - osx |
getg_depth(3alleg4) - centos |
Similar Topics in the Unix Linux Community |
---|
GetBoo 1.03 (Default branch) |
GetBoo 1.04 (Default branch) |
Reminder for getback0: 1st Reminder to Add Code Tags |
getback0 (aka leonpanokarren) tripped the AE detector |