![]() |
PetGraphycs beta1.0
Uma simples biblioteca gráfica de terminal em C
|
Estrutura de cores no padrão RGB. More...
#include <graphycs.h>
Data Fields | |
int | r |
int | g |
int | b |
Estrutura de cores no padrão RGB.
int b |
Componente azul (0-255).
int g |
Componente verde (0-255).
int r |
Componente vermelho (0-255).