Scroll to navigation

al_unmap_rgb(3) al_unmap_rgb(3)

NAME

al_unmap_rgb - Allegro 5 API

SYNOPSIS

#include <allegro5/allegro.h>
void al_unmap_rgb(ALLEGRO_COLOR color,

unsigned char *r, unsigned char *g, unsigned char *b)

DESCRIPTION

Retrieves components of an ALLEGRO_COLOR, ignoring alpha. Components will range from 0-255.

This function can be called before Allegro is initialized.

SEE ALSO

al_unmap_rgba(3), al_unmap_rgba_f(3), al_unmap_rgb_f(3)

Allegro reference manual