libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Color_RGB8 Struct Reference

8-bit RGB colour without an alpha channel. More...

#include <color.h>

Public Attributes

uint8_t r
 Red channel.
 
uint8_t g
 Green channel.
 
uint8_t b
 Blue channel.
 

Detailed Description

8-bit RGB colour without an alpha channel.

Each component is an unsigned byte in the range [0, 255].

Member Data Documentation

◆ b

uint8_t Color_RGB8::b

Blue channel.

◆ g

uint8_t Color_RGB8::g

Green channel.

◆ r

uint8_t Color_RGB8::r

Red channel.


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