Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
RawColor Struct Reference

Represents a raw color. More...

#include <frame.h>

Public Attributes

u8 r
 
u8 g
 
u8 b
 
u8 a
 

Detailed Description

Represents a raw color.

This structure holds the red, green, blue, and alpha components of a color.

Member Data Documentation

◆ r

u8 RawColor::r

Red component of the color.

◆ g

u8 RawColor::g

Green component of the color.

◆ b

u8 RawColor::b

Blue component of the color.

◆ a

u8 RawColor::a

Alpha (transparency) component of the color.


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