Record ALLEGRO_COLOR

Hierarchy
Methods
Properties

Unit

Declaration

type ALLEGRO_COLOR = record

Description

An ALLEGRO_COLOR structure describes a color in a device independent way. Use al_map_rgb et al. and al_unmap_rgb et al. to translate from and to various color representations.

Overview

Fields

r: AL_FLOAT;
g: AL_FLOAT;
b: AL_FLOAT;
a: AL_FLOAT;

Description

Fields

r: AL_FLOAT;

Color component.

g: AL_FLOAT;

Color component.

b: AL_FLOAT;

Color component.

a: AL_FLOAT;

Color component.


Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.