PetGraphycs beta1.0
Uma simples biblioteca gráfica de terminal em C
Loading...
Searching...
No Matches
Color Struct Reference

Estrutura de cores no padrão RGB. More...

#include <graphycs.h>

Data Fields

int r
int g
int b

Detailed Description

Estrutura de cores no padrão RGB.

Note
Nem todo terminal suporta o padrão RGB. Requer teste

Field Documentation

◆ b

int b

Componente azul (0-255).

◆ g

int g

Componente verde (0-255).

◆ r

int r

Componente vermelho (0-255).


The documentation for this struct was generated from the following file: